test-multi-scripts / README.md
davanstrien's picture
davanstrien HF Staff
Upload README.md with huggingface_hub
ce943bd verified
---
tags:
- hfjobs-uv-script
- uv
- python
viewer: false
---
# test-multi-scripts
A collection of UV scripts for hfjobs.
## Usage
Run any script using:
```bash
hfjobs uv run <script_name> --repo test-multi-scripts
```
## Scripts
<!-- AUTO-GENERATED SCRIPTS LIST - DO NOT EDIT MANUALLY -->
| Script | Description | Command |
|--------|-------------|---------|
| [test_uv_script.py](./blob/main/test_uv_script.py) | Test UV script for hfjobs uv run command. | `hfjobs uv run test_uv_script.py --repo test-multi-scripts` |
| [test_uv_script_v2.py](./blob/main/test_uv_script_v2.py) | Advanced UV script demonstrating table updates. | `hfjobs uv run test_uv_script_v2.py --repo test-multi-scripts` |
<!-- END AUTO-GENERATED SCRIPTS LIST -->
## Learn More
Learn more about UV scripts in the [UV documentation](https://docs.astral.sh/uv/guides/scripts/).
---
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*