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