Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- hfjobs-uv-script
|
4 |
+
- uv
|
5 |
+
- python
|
6 |
+
---
|
7 |
+
|
8 |
+
# uv-script-test4
|
9 |
+
|
10 |
+
A UV script for hfjobs.
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
|
14 |
+
```bash
|
15 |
+
hfjobs run ghcr.io/astral-sh/uv:python3.12 \
|
16 |
+
uv run https://huggingface.co/datasets/davanstrien/uv-script-test4/resolve/main/script.py \
|
17 |
+
<your-args>
|
18 |
+
```
|
19 |
+
|
20 |
+
## Script Details
|
21 |
+
|
22 |
+
**Script:** `script.py`
|
23 |
+
|
24 |
+
**Description:** Template UV script for hfjobs.
|
25 |
+
|
26 |
+
**Dependencies:**
|
27 |
+
- datasets
|
28 |
+
- tqdm
|
29 |
+
|
30 |
+
---
|
31 |
+
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|