Skip to content

Commit 5834a4d

Browse files
author
Sharon Yu
committed
fix
1 parent 80c7e07 commit 5834a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/posttraining/full_finetuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_maxtext_github_deps
4343

4444
```sh
4545
# -- Model configuration --
46-
export MODEL_NAME=<model name> # e.g., 'llama2-7b'
46+
export MODEL_NAME=<model name> # e.g., 'llama3.1-8b'
4747
export MODEL_TOKENIZER=<tokenizer path> # e.g., 'meta-llama/Llama-3.1-8B-Instruct'
4848
export HF_TOKEN=<Hugging Face access token>
4949

0 commit comments

Comments
 (0)