Skip to content

Commit 8314fb0

Browse files
authored
Update finetuning_llama3_8B_ptl_lora.rst
Update lightning version in docs to match the version is in the wget https://raw.githubusercontent.com/aws-neuron/neuronx-distributed/main/examples/training/llama/requirements_ptl.txt file.
1 parent cca3784 commit 8314fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/neuronx-distributed/tutorials/finetuning_llama3_8B_ptl_lora.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We also download the requirements files for package dependencies and scripts to
5454
.. code:: ipython3
5555
5656
python3 -m pip install -r requirements.txt
57-
python3 -m pip install -r requirements_ptl.txt # Currently we're supporting Lightning version 2.1.0
57+
python3 -m pip install -r requirements_ptl.txt # Currently we're supporting Lightning version 2.4.0
5858
chmod +x test_llama_lora_finetune.sh
5959
# prepare the dataset
6060
python3 -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab');"

0 commit comments

Comments
 (0)