Skip to content

Commit 3d06ae1

Browse files
authored
Discard duplicate information about external model download (mlcommons#2370)
1 parent 3693669 commit 3d06ae1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

language/llama3.1-8b/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,7 @@ cd ${CHECKPOINT_PATH} && git checkout be673f326cab4cd22ccfef76109faf68e41aa5f1
119119
```
120120

121121
**External Model download using MLCFlow Automation**
122-
You can download the model automatically via the below command
123-
```
124-
mlcr get,ml-model,llama3,_hf,_meta-llama/Llama-3.1-8B-Instruct --hf_token=<huggingface access token> -j
125-
```
126-
127-
### Download huggingface model through MLC
122+
You can download the model automatically through HuggingFace via the below command
128123

129124
```
130125
mlcr get,ml-model,llama3,_meta-llama/Llama-3.1-8B-Instruct,_hf --outdirname=${CHECKPOINT_PATH} --hf_token=<huggingface access token> -j

0 commit comments

Comments
 (0)