Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 7, 2025
1 parent 37e94c6 commit 27827dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/llama3.1-405b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ git clone https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct ${CHECKPOINT
cd ${CHECKPOINT_PATH} && git checkout be673f326cab4cd22ccfef76109faf68e41aa5f1
```

### Download model through CM (Collective Minds)
### Download model through CM (Collective Mind)

```
cm run script --tags=get,ml-model,llama3 --outdirname=<path_to_download> --hf_token=<huggingface access token> -j
cm run script --tags=get,ml-model,llama3 --outdirname=${CHECKPOINT_PATH} --hf_token=<huggingface access token> -j
```

**Note:**
Expand Down

0 comments on commit 27827dc

Please sign in to comment.