Skip to content

Commit

Permalink
add information about hf tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Jan 7, 2025
1 parent b9d03ae commit 5e9ceda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion language/llama3.1-405b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ cd ${CHECKPOINT_PATH} && git checkout be673f326cab4cd22ccfef76109faf68e41aa5f1
### Download model through CM (Collective Minds)

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

**Note:**
Downloading llama3.1-405B model from Hugging Face will require an [**access token**](https://huggingface.co/settings/tokens) which could be generated for your account. Additionally, ensure that your account has access to the [llama3.1-405B](https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct) model.

## Get Dataset

### Preprocessed
Expand Down

0 comments on commit 5e9ceda

Please sign in to comment.