docs: surface Transformers Trainer → HF Buckets#2528
Draft
davanstrien wants to merge 3 commits into
Draft
Conversation
Add a link-forward mention of `Trainer`'s native HF Buckets checkpoint support (transformers#46386) to the buckets docs: - storage-buckets.md: Tip in the "Training checkpoints and logs" use case - storage-buckets-integrations.md: new "🤗 Transformers" section Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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. |
julien-c
reviewed
Jun 5, 2026
Comment on lines
+337
to
+338
| > [!TIP] | ||
| > 🤗 Transformers' [`Trainer`](https://huggingface.co/docs/transformers/trainer_recipes) can push and resume training checkpoints directly to a bucket — no manual `sync` step needed. See the Trainer docs for setup. |
julien-c
reviewed
Jun 5, 2026
julien-c
reviewed
Jun 5, 2026
Co-authored-by: Julien Chaumond <julien@huggingface.co>
Co-authored-by: Julien Chaumond <julien@huggingface.co>
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.
Draft — depends on huggingface/transformers#46386 ("HF Buckets integration to Trainer") being merged and its docs deploying.
What
Surfaces the new
Trainer→ HF Buckets checkpoint support in the Hub buckets docs, so users (and other libraries) see that buckets are a first-class checkpoint store:storage-buckets.md— Tip in the Training checkpoints and logs use casestorage-buckets-integrations.md— new 🤗 Transformers sectionLink-forward and minimal: the canonical
push_to_bucket=snippet stays in the transformers Trainer docs to avoid drift while the upstream API may still change before merge.Pre-merge checklist
🤖 Generated with Claude Code