Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions language/mixtral-8x7b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<path_to_download> -j
mlcr get,ml-model,mixtral,_r2-downloader,_mlc --outdirname=<path_to_download> -j
```

### Get Checkpoint
Expand Down Expand Up @@ -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=<path to download> -j
mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_r2-downloader,_validation --outdirname=<path to download> -j
```

**Calibration**

```
mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_calibration --outdirname=<path to download> -j
mlcr get,dataset-mixtral,openorca-mbxp-gsm8k-combined,_r2-downloader,_calibration --outdirname=<path to download> -j
```

- Adding `_wget` tag to the run command will change the download tool from `rclone` to `wget`.
Expand Down Expand Up @@ -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.
Please see the [new docs site](https://docs.mlcommons.org/inference/submission/) for an automated way to generate submission through MLCFlow.