Skip to content

Commit

Permalink
docs: add llama download command (#460)
Browse files Browse the repository at this point in the history
Co-authored-by: Terry Kong <terryk@nvidia.com>
  • Loading branch information
ashors1 and terrykong authored Dec 18, 2024
1 parent af91e52 commit 9be1c37
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user-guide/dpo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ To start, we must first get a pretrained model to align. There are two models we
.. tab-item:: LLaMa3 8B
:sync: key2

#. Download the `Llama 3 8B LLM model and tokenizer <https://huggingface.co/meta-llama/Meta-Llama-3-8B>`__ into the models folder.
#. Download the `Llama 3 8B LLM model and tokenizer <https://huggingface.co/meta-llama/Meta-Llama-3-8B>`__ into the models folder. You can use the Hugging Face CLI for this:
.. code-block:: bash
huggingface-cli download meta-llama/Meta-Llama-3-8B --local-dir /path/to/llama
#. Convert the LLaMa3 LLM into ``.nemo`` format.
.. code-block:: bash
Expand Down

0 comments on commit 9be1c37

Please sign in to comment.