We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c7e07 commit 5834a4dCopy full SHA for 5834a4d
1 file changed
docs/tutorials/posttraining/full_finetuning.md
@@ -43,7 +43,7 @@ install_maxtext_github_deps
43
44
```sh
45
# -- Model configuration --
46
-export MODEL_NAME=<model name> # e.g., 'llama2-7b'
+export MODEL_NAME=<model name> # e.g., 'llama3.1-8b'
47
export MODEL_TOKENIZER=<tokenizer path> # e.g., 'meta-llama/Llama-3.1-8B-Instruct'
48
export HF_TOKEN=<Hugging Face access token>
49
0 commit comments