Skip to content

Commit

Permalink
chore(doc): update sft training tutorial to install training extra
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jan 29, 2025
1 parent 6169aa3 commit 2280fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/training_tutorials/sft_lora_finetune_llm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ huggingface-cli login --token YOUR_TOKEN
```bash
git clone https://github.com/huggingface/optimum-neuron.git
```
5. Make sure you have the `training` extra installed, to get all the necessary dependencies:
```bash
python -m pip install .[training]
```

## 2. Load and prepare the dataset

Expand Down

0 comments on commit 2280fd3

Please sign in to comment.