Sync Jobs hardware docs with huggingface_hub v1.17.0 (add rtx-pro-6000, refresh hf jobs hardware example)#2533
Merged
Merged
Conversation
- jobs-pricing.md: add the new rtx-pro-6000 (x1/x2/x4/x8) GPU flavors (huggingface_hub v1.17.0, PR #4259). - jobs-configuration.md: regenerate the `hf jobs hardware` example from current output. The format changed since it was last pasted — lowercase headers, a new `storage` (ephemeral disk) column, and a blank accelerator cell for CPU flavors instead of "N/A" — and it now includes the previously-missing cpu-xl, cpu-performance, h200, and rtx-pro-6000 rows. All flavors verified against the unauthenticated GET /api/jobs/hardware, so no employee-only hardware is exposed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
cc @Wauplin for viz |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Wauplin
approved these changes
Jun 4, 2026
coyotte508
approved these changes
Jun 4, 2026
Member
|
Thanks a lot @davanstrien! Do we have a Skill yet? 😂 #2177 (review) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two Jobs hardware doc fixes to match huggingface_hub v1.17.0:
jobs-pricing.md— add the new RTX PRO 6000 flavors (rtx-pro-6000,x2,x4,x8) to the GPU pricing table. These landed in v1.17.0(feat: add rtx-pro-6000 hardware flavors huggingface_hub#4259) and weren't yet documented here.
jobs-configuration.md— regenerate thehf jobs hardwareexample, whichhad drifted from the real CLI output.
Why the example block looks different
The
hf jobs hardwareexample hadn't been refreshed in a while and the CLIoutput format has since changed. The new block reflects what the command prints
today:
name pretty name cpu ram storage accelerator cost/min cost/hour)storagecolumn (ephemeral disk per flavor)N/A)It also adds flavors that were missing from the old paste:
cpu-xl,cpu-performance, theh200family, and the newrtx-pro-6000family.Verification
All specs/prices come from
GET /api/jobs/hardware. I confirmed theunauthenticated response is identical to the authenticated CLI (same 26
flavors), so this documents only publicly-available hardware — no internal/beta
flavors. This also brings hub-docs in line with the auto-generated table in the
huggingface_hub guide (
docs/source/en/guides/jobs.md).🤖 Generated with Claude Code
Note
Low Risk
Documentation-only updates to pricing tables and a CLI example; no runtime, auth, or billing code changes.
Overview
Updates Hub Jobs documentation to match huggingface_hub v1.17.0 hardware and current
hf jobs hardwareCLI output.jobs-pricing.mdadds four Nvidia RTX PRO 6000 GPU tiers (rtx-pro-6000throughx8) with CPU, memory, GPU memory, ephemeral storage, and hourly pricing.jobs-configuration.mdreplaces the stalehf jobs hardwareexample with verbatim CLI output: lowercase headers, astoragecolumn, blank accelerator cells for CPU flavors (instead ofN/A), and flavors that were missing before (cpu-xl,cpu-performance, H200 family, RTX PRO 6000 family), plus refreshed specs/storage for existing rows.Reviewed by Cursor Bugbot for commit 952a9f5. Bugbot is set up for automated code reviews on this repo. Configure here.