feat: bump safetensors to 0.8.0-rc.0#13470
Merged
Merged
Conversation
Member
|
Could you run |
|
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. |
sayakpaul
approved these changes
Apr 17, 2026
sayakpaul
left a comment
Member
There was a problem hiding this comment.
Excited about a new safetensors release!
terarachang
pushed a commit
to terarachang/diffusers
that referenced
this pull request
Apr 30, 2026
* feat: bump safetensors to `0.8.0-rc.0` * feat: run `make deps_table_update` --------- Co-authored-by: Sayak Paul <[email protected]>
Duanyll
added a commit
to Duanyll/flow-control
that referenced
this pull request
Jun 5, 2026
Dependency hygiene + upgrade pass: - diffusers: drop the git source and pin >=0.38.0. The 0.38.0 release now contains the previously-locked dev commit (+113 commits), so the git pin is no longer needed. - safetensors: override to >=0.7.0. diffusers 0.38.0 raised its safetensors floor to >=0.8.0-rc.0 in a metadata-only commit (huggingface/diffusers#13470, no code change), so pin back to the stable 0.7.x line instead of pulling a pre-release. - pytorch index cu128 -> cu130: cu128 has no torch 2.12 wheels. Now resolves torch 2.12.0+cu130 / torchvision 0.27.0+cu130 on linux, aligned with darwin. - raise torch floor to >=2.11.0 (torchvision >=0.26.0 to match): 2.11 is the first release pinning nccl>=2.28.9, which carries the pytorch#162057 fix; <=2.10 pin the buggy nccl 2.27.5. - drop the nvidia-nccl-cu12 override: redundant now that the torch floor guarantees a fixed nccl (and cu130 ships nccl-cu13 anyway). - remove torchaudio: unused in the tree, and cu130 has no 2.12 build. - vendor clip-benchmark's zero_shot_classifier / run_classification into flow_control/third_party/clip_benchmark_zeroshot.py (GenEval colour classifier) and drop clip-benchmark, removing scikit-learn (its <2 cap), pycocoevalcap, webdataset, and friends. - bump uv_build backend cap to <0.12.0 to match the installed uv 0.11.x. - uv lock --upgrade: transformers 5.9, peft 0.19.1, pydantic 2.13.4, rich 15, starlette 1.2, datasets 4.8.5, and other transitive bumps. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Bumping the minimum safetensors version to its new (pre)release!