Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- hfjobs-uv-script
|
4 |
+
- uv
|
5 |
+
- python
|
6 |
+
viewer: false
|
7 |
+
---
|
8 |
+
|
9 |
+
# test-multi-scripts
|
10 |
+
|
11 |
+
A collection of UV scripts for hfjobs.
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
|
15 |
+
Run any script using:
|
16 |
+
```bash
|
17 |
+
hfjobs uv run <script_name> --repo test-multi-scripts
|
18 |
+
```
|
19 |
+
|
20 |
+
## Scripts
|
21 |
+
|
22 |
+
<!-- AUTO-GENERATED SCRIPTS LIST - DO NOT EDIT MANUALLY -->
|
23 |
+
| Script | Description | Command |
|
24 |
+
|--------|-------------|---------|
|
25 |
+
| [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` |
|
26 |
+
<!-- END AUTO-GENERATED SCRIPTS LIST -->
|
27 |
+
|
28 |
+
## Learn More
|
29 |
+
|
30 |
+
Learn more about UV scripts in the [UV documentation](https://docs.astral.sh/uv/guides/scripts/).
|
31 |
+
|
32 |
+
---
|
33 |
+
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|