From 5f81799d3cefc2da2cbf0461e1a1ff70d09c2825 Mon Sep 17 00:00:00 2001 From: Pablo Gonzalez Date: Tue, 29 Oct 2024 11:32:53 -0500 Subject: [PATCH] Update Moe dataset download instructions --- language/mixtral-8x7b/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/language/mixtral-8x7b/README.md b/language/mixtral-8x7b/README.md index 7b20b6ba0..853bf1e75 100644 --- a/language/mixtral-8x7b/README.md +++ b/language/mixtral-8x7b/README.md @@ -104,16 +104,15 @@ sudo -v ; curl https://rclone.org/install.sh | sudo bash ``` Once Rclone is installed, cd into the folder where you want to place the dataset and run: ```bash -rclone copyurl https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_v4.pkl ./ -a -P +rclone copyurl https://inference.mlcommons-storage.org/mixtral_8x7b/09292024_mixtral_15k_mintoken2_v1.pkl ./ -a -P ``` #### Using wget Alternatively, you can simply cd into the folder where you want to place the dataset and run -TBD: The dataset is being replaced in v5.0 due to https://github.com/mlcommons/inference/issues/1777 ```bash -wget https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_v4.pkl +wget https://inference.mlcommons-storage.org/mixtral_8x7b/09292024_mixtral_15k_mintoken2_v1.pkl ``` ### Calibration dataset