We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca3784 commit 8314fb0Copy full SHA for 8314fb0
libraries/neuronx-distributed/tutorials/finetuning_llama3_8B_ptl_lora.rst
@@ -54,7 +54,7 @@ We also download the requirements files for package dependencies and scripts to
54
.. code:: ipython3
55
56
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
+ python3 -m pip install -r requirements_ptl.txt # Currently we're supporting Lightning version 2.4.0
58
chmod +x test_llama_lora_finetune.sh
59
# prepare the dataset
60
python3 -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab');"
0 commit comments