File size: 710 Bytes
d1e9b37 2106928 d1e9b37 |
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 36 37 38 39 40 41 42 43 44 45 |
---
tags:
- hfjobs-uv-script
- uv
- python
---
# test-local-workflow
A UV script for hfjobs.
## Usage
```bash
hfjobs run ghcr.io/astral-sh/uv:python3.12 \
uv run https://huggingface.co/datasets/davanstrien/test-local-workflow/resolve/main/script.py \
<your-args>
```
## Script Details
**Script:** `script.py`
**Description:** Template UV script for hfjobs.
**Dependencies:**
- datasets
- tqdm
## Scripts
### filter.py
Filter examples by length.
```bash
hfjobs run ghcr.io/astral-sh/uv:python3.12 \
uv run https://huggingface.co/datasets/davanstrien/test-local-workflow/resolve/main/filter.py
```
**Dependencies:** datasets
---
*Created with [hfjobs](https://github.com/huggingface/hfjobs)*
|