Skip to content

Commit 8406501

Browse files
author
github-actions
committed
Auto-merge updates from master branch
2 parents cc87338 + 3693669 commit 8406501

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

language/llama2-70b/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
8282
export CHECKPOINT_PATH=${PWD}/Llama-2-70b-chat-hf
8383
git lfs install
8484
git 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

Comments
 (0)