@@ -72,7 +72,7 @@ MLCommons hosts the model and preprocessed dataset for download **exclusively by
7272### Download model through MLCFlow Automation
7373
7474```
75- mlcr get,ml-model,llama2-70b,_pytorch -j --outdirname=<Download path> -j
75+ mlcr get,ml-model,llama2-70b,_pytorch,_r2-downloader,_70b,_mlc --outdirname=<Download path> -j
7676```
7777
7878### External Download (Not recommended for official submission)
@@ -82,7 +82,6 @@ mlcr get,ml-model,llama2-70b,_pytorch -j --outdirname=<Download path> -j
8282export CHECKPOINT_PATH=${PWD}/Llama-2-70b-chat-hf
8383git lfs install
8484git clone https://huggingface.co/meta-llama/Llama-2-70b-chat-hf ${CHECKPOINT_PATH}
85-
8685```
8786
8887## Get Dataset
@@ -92,13 +91,13 @@ git clone https://huggingface.co/meta-llama/Llama-2-70b-chat-hf ${CHECKPOINT_PAT
9291** Validation**
9392
9493```
95- mlcr get,dataset,preprocessed,openorca,_validation --outdirname=<path_to_download> -j
94+ mlcr get,dataset,preprocessed,openorca,_validation,_r2-downloader,_mlc --outdirname=<path_to_download> -j
9695```
9796
9897** Calibration**
9998
10099```
101- mlcr get,dataset,preprocessed,openorca,_calibration --outdirname=<path_to_download> -j
100+ mlcr get,dataset,preprocessed,openorca,_calibration,_r2-downloader,_mlc --outdirname=<path_to_download> -j
102101```
103102
104103### Download Unprocessed dataset through MLCFlow Automation
0 commit comments