From 3dea72952654f84fa627091d7b84c4da4990d95a Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:48:08 +0530 Subject: [PATCH] MIXTRAL - Update MLCFlow dataset and model download commands to support R2 --- language/mixtral-8x7b/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.