Skip to content

Commit 03c00fa

Browse files
committed
Fixed llm docs.
1 parent 94965b5 commit 03c00fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/user_guide/jobs/tabs/run_job.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To create and start running the job:
1313
run.watch()
1414

1515
.. code-tab:: bash
16-
:caption: YAML
16+
:caption: CLI
1717

1818
# Use the following command to start the job run
1919
ads opctl run -f your_job.yaml

docs/source/user_guide/large_language_model/training_llm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page shows an example of fine-tuning the `Llama 2 <https://ai.meta.com/llam
1515
We recommend running the training on a private subnet.
1616
In this example, internet access is needed to download the source code and the pre-trained model.
1717

18-
The `llama-recipes <llama-recipes>`_ repository contains example code to fine-tune llama2 model.
18+
The `llama-recipes <https://github.com/facebookresearch/llama-recipes>`_ repository contains example code to fine-tune llama2 model.
1919
The example `fine-tuning script <https://github.com/facebookresearch/llama-recipes/blob/1aecd00924738239f8d86f342b36bacad180d2b3/examples/finetuning.py>`_ supports both full parameter fine-tuning
2020
and `Parameter-Efficient Fine-Tuning (PEFT) <https://huggingface.co/blog/peft>`_.
2121
With ADS, you can start the training job by taking the source code directly from Github with no code change.

0 commit comments

Comments
 (0)