Skip to content

Commit 8a6d4e3

Browse files
authored
docs: add link to TRL jobs training documentation (#3330)
Add a tip box linking to the comprehensive TRL jobs training docs in the section that already demonstrates using TRL with HF Jobs.
1 parent a8a38a5 commit 8a6d4e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/en/guides/jobs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ Use this to run a fine tuning script like [trl/scripts/sft.py](https://github.co
190190
... )
191191
```
192192

193+
<Tip>
194+
195+
For comprehensive guidance on running model training jobs with TRL on Hugging Face infrastructure, check out the [TRL Jobs Training documentation](https://huggingface.co/docs/trl/main/en/jobs_training). It covers fine-tuning recipes, hardware selection, and best practices for training models efficiently.
196+
197+
</Tip>
198+
193199
Available `flavor` options:
194200

195201
- CPU: `cpu-basic`, `cpu-upgrade`

0 commit comments

Comments
 (0)