Skip to content

Commit 1e2e204

Browse files
authored
docs: Add link to uv-scripts organization in Jobs guide (#3326)
* docs: Add link to uv-scripts organization in Jobs guide Added a tip box in the UV Scripts section pointing users to the uv-scripts organization on Hugging Face Hub as a resource for ready-to-use UV scripts for common tasks. * Enhance UV scripts tip with additional task information Updated description of UV scripts to include synthetic data generation.
1 parent ccad142 commit 1e2e204

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
@@ -309,6 +309,12 @@ You can pass environment variables to your job using `env` and `secrets`:
309309

310310
### UV Scripts (Experimental)
311311

312+
<Tip>
313+
314+
Looking for ready-to-use UV scripts? Check out the [uv-scripts organization](https://huggingface.co/uv-scripts) on the Hugging Face Hub, which offers a community collection of UV scripts for tasks like model training, synthetic data generation, data processing, and more.
315+
316+
</Tip>
317+
312318
Run UV scripts (Python scripts with inline dependencies) on HF infrastructure:
313319

314320
```python

0 commit comments

Comments
 (0)