Skip to content

Commit

Permalink
fix model path sft (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
  • Loading branch information
akoumpa committed Jul 16, 2024
1 parent ea6bec4 commit 479e839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/sft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To get started, you need to obtain a pretrained model to align. Three models are
.. tab-item:: LLaMa2-7B
:sync: key2

1. Download the `Llama2-7B LLM model and tokenizer <https://huggingface.co/meta-llama/Llama-2-7b>`__ into the model's folder.
1. Download the `Llama2-7B LLM model and tokenizer <https://huggingface.co/meta-llama/Llama-2-7b-hf>`__ into the model's folder.
2. Convert the LLaMa2 LLM into ``.nemo`` format.
.. code-block:: bash
Expand Down

0 comments on commit 479e839

Please sign in to comment.