You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove rclone references and update download instructions for DeepSeek-R1, Llama 3.1 8b, and Whisper (#2289)
* Remove rclone references and update download instructions for DeepSeek-R1, Llama 3.1 8b, and Whisper
- Replace rclone-based download instructions with new MLCommons downloader infrastructure
- Update DeepSeek-R1, Llama 3.1 8b, and Whisper READMEs to use https://inference.mlcommons-storage.org
- Maintain MLCFlow automation commands alongside native download methods
- Add file size information for each download
- Include -d flag documentation for custom download directories
Fixes#2265
* Update download instructions to use MLCommons R2 downloader with correct URIs
- Remove rclone-based download instructions
- Replace .json URLs with correct .uri files from metadata directory
- Update download commands for DeepSeek-R1, Llama 3.1 8b, and Whisper
- Use new MLCommons downloader infrastructure
- Remove file size information from download instructions
* Update downloader commands in README.md to include default -d flags
* Clarify separate datasets & model download commands in README.md
* Fix MLFlow -> MLCFlow typo in README.md
* MLCFlow commands update: model and dataset download
* MLCFlow commands update: accuracy and dataset download
* Fix typo in README.md
---------
Co-authored-by: Nathan Wasson <[email protected]>
Co-authored-by: ANANDHU S <[email protected]>
Co-authored-by: Arjun Suresh <[email protected]>
## Automated command to run the benchmark via MLFlow
3
+
## Automated command to run the benchmark via MLCFlow
4
4
5
5
Please see the [new docs site](https://docs.mlcommons.org/inference/benchmarks/language/deepseek-r1/) for an automated way to run this benchmark across different available implementations and do an end-to-end submission with or without docker.
6
6
@@ -13,6 +13,22 @@ You can also do pip install mlc-scripts and then use `mlcr` commands for downloa
13
13
- DeepSeek-R1 model is automatically downloaded as part of setup
14
14
- Checkpoint conversion is done transparently when needed.
15
15
16
+
**Using the MLC R2 Downloader**
17
+
18
+
Download the model using the MLCommons R2 Downloader:
The dataset is an ensemble of the datasets: AIME, MATH500, gpqa, MMLU-Pro, livecodebench(code_generation_lite). They are covered by the following licenses:
@@ -23,49 +39,40 @@ The dataset is an ensemble of the datasets: AIME, MATH500, gpqa, MMLU-Pro, livec
This will download the full preprocessed dataset file (`mlperf_deepseek_r1_dataset_4388_fp8_eval.pkl`) and the calibration dataset file (`mlperf_deepseek_r1_calibration_dataset_500_fp8_eval.pkl`).
54
+
55
+
To specify a custom download directory, use the `-d` flag:
0 commit comments