--- 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 --repo test-multi-scripts ``` ## Scripts | 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` | ## 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)*