Skip to content

feat: bump safetensors to 0.8.0-rc.0#13470

Merged
sayakpaul merged 3 commits into
mainfrom
feat/bump_safetensors_new_release
Apr 17, 2026
Merged

feat: bump safetensors to 0.8.0-rc.0#13470
sayakpaul merged 3 commits into
mainfrom
feat/bump_safetensors_new_release

Conversation

@McPatate

Copy link
Copy Markdown
Member

Bumping the minimum safetensors version to its new (pre)release!

@McPatate McPatate requested a review from sayakpaul April 14, 2026 17:27
@github-actions github-actions Bot added the size/S PR with diff < 50 LOC label Apr 14, 2026
@sayakpaul

Copy link
Copy Markdown
Member

Could you run make deps_table_update?

@github-actions github-actions Bot added size/S PR with diff < 50 LOC and removed size/S PR with diff < 50 LOC labels Apr 15, 2026
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

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.

@github-actions github-actions Bot added size/S PR with diff < 50 LOC and removed size/S PR with diff < 50 LOC labels Apr 17, 2026

@sayakpaul sayakpaul left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excited about a new safetensors release!

@sayakpaul sayakpaul merged commit 3a4421c into main Apr 17, 2026
18 of 19 checks passed
@sayakpaul sayakpaul deleted the feat/bump_safetensors_new_release branch April 17, 2026 02:12
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants