Skip to content

Fixing the version check for uint support in torch. #643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged

Conversation

Narsil
Copy link
Collaborator

@Narsil Narsil commented Aug 8, 2025

What does this PR do?

Fixes #641

Fixes # (issue) or description of the problem this PR solves.

@HuggingFaceDocBuilderDev

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.

@Narsil Narsil merged commit 2b25340 into main Aug 8, 2025
31 checks passed
@Narsil Narsil deleted the fix_uint branch August 8, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

safetensors will try to access unsigned int types from torch>=2.0.0, but support was only added in torch>=2.3.0
2 participants