davanstrien HF Staff Claude Opus 4.6 commited on
Commit
e434b49
·
1 Parent(s): 3cb3504

Remove outdated GPU flavors section, link to docs instead

Browse files

Replace hardcoded GPU flavor list with links to current HF docs
and a tip about `hf jobs hardware` for live pricing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +2 -17
README.md CHANGED
@@ -60,23 +60,8 @@ One command, no setup. Works locally too with just `uv run`.
60
  | [dataset-stats](https://huggingface.co/datasets/uv-scripts/dataset-stats) | Analyze dataset statistics with streaming and Polars (CPU only) |
61
  | [build-atlas](https://huggingface.co/datasets/uv-scripts/build-atlas) | Generate interactive embedding visualizations with Apple's Atlas |
62
 
63
- ## Running on HF Jobs
64
-
65
- All GPU scripts are designed to run on [HF Jobs](https://huggingface.co/docs/huggingface_hub/guides/jobs):
66
-
67
- ```bash
68
- hf jobs uv run --flavor <gpu> \
69
- https://huggingface.co/datasets/uv-scripts/<collection>/raw/main/<script>.py \
70
- [args]
71
- ```
72
-
73
- Available GPU flavors:
74
- - `l4x1` - Good balance for most tasks
75
- - `a10g-large` - More VRAM for larger models
76
- - `a100-large` - Maximum performance
77
-
78
  ## Learn More
79
 
 
 
80
  - [UV Script Documentation](https://docs.astral.sh/uv/guides/scripts/)
81
- - [HF Jobs Documentation](https://huggingface.co/docs/hub/jobs)
82
- - [HF Jobs Python Guide](https://huggingface.co/docs/huggingface_hub/guides/jobs)
 
60
  | [dataset-stats](https://huggingface.co/datasets/uv-scripts/dataset-stats) | Analyze dataset statistics with streaming and Polars (CPU only) |
61
  | [build-atlas](https://huggingface.co/datasets/uv-scripts/build-atlas) | Generate interactive embedding visualizations with Apple's Atlas |
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ## Learn More
64
 
65
+ - [HF Jobs Documentation](https://huggingface.co/docs/hub/jobs) - run `hf jobs hardware` to see available GPUs and pricing
66
+ - [Available GPU hardware](https://huggingface.co/docs/hub/en/spaces-gpus#hardware-specs)
67
  - [UV Script Documentation](https://docs.astral.sh/uv/guides/scripts/)