diff --git a/language/mixtral-8x7b/README.md b/language/mixtral-8x7b/README.md index ed3f857ff7..ecf12cbcaa 100644 --- a/language/mixtral-8x7b/README.md +++ b/language/mixtral-8x7b/README.md @@ -73,7 +73,7 @@ CPU-only setup, as well as any GPU versions for applicable libraries like PyTorc ### Download model through MLCFlow Automation ``` -mlcr get,ml-model,mixtral --outdirname= -j +mlcr get,ml-model,mixtral,_r2-downloader,_mlc --outdirname= -j ``` ### Get Checkpoint @@ -102,13 +102,13 @@ rclone copy mlc-inference:mlcommons-inference-wg-public/mixtral_8x7b/mixtral-8x7 **Validation** ``` -mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_validation --outdirname= -j +mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_r2-downloader,_validation --outdirname= -j ``` **Calibration** ``` -mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_calibration --outdirname= -j +mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_r2-downloader,_calibration --outdirname= -j ``` - Adding `_wget` tag to the run command will change the download tool from `rclone` to `wget`. @@ -307,4 +307,4 @@ For official submissions, 99% of each reference score is enforced. Additionally, ## Automated command for submission generation via MLCFlow -Please see the [new docs site](https://docs.mlcommons.org/inference/submission/) for an automated way to generate submission through MLCFlow. \ No newline at end of file +Please see the [new docs site](https://docs.mlcommons.org/inference/submission/) for an automated way to generate submission through MLCFlow.