File size: 925 Bytes
1b81737
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce943bd
1b81737
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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)*