Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We also download the requirements files for package dependencies and scripts to
.. code:: ipython3

python3 -m pip install -r requirements.txt
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
chmod +x test_llama_lora_finetune.sh
# prepare the dataset
python3 -c "import nltk; nltk.download('punkt'); nltk.download('punkt_tab');"
Expand Down