From 4ee496cd7dc8a26810dedff05df3b1006704c359 Mon Sep 17 00:00:00 2001 From: Anna Shors Date: Mon, 16 Dec 2024 17:53:43 -0800 Subject: [PATCH] docs: fix minor typo (#452) Signed-off-by: ashors1 --- docs/user-guide/dpo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/dpo.rst b/docs/user-guide/dpo.rst index fa75941d0..2ce17f34c 100644 --- a/docs/user-guide/dpo.rst +++ b/docs/user-guide/dpo.rst @@ -46,7 +46,7 @@ To start, we must first get a pretrained model to align. There are two models we --in-folder ./model_checkpoint \ --out-file ./mcore_gpt.nemo - .. tab-item:: LLaMa3 7B + .. tab-item:: LLaMa3 8B :sync: key2 #. Download the `Llama 3 8B LLM model and tokenizer `__ into the models folder.