Skip to content

bump(pytorch): Remove use of torch._six #262

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swghosh
Copy link

@swghosh swghosh commented May 5, 2025

As torch._six is no longer available in recent PyTorch versions, this breaks the package when used with recent PyTorch installs. Alternatively, using string_classes containing the default Python str type fixes the issue.

Fixes #223

torch._six is no longer available in recent PyTorch versions
@swghosh swghosh changed the title Remove use of torch._six bump(pytorch): Remove use of torch._six May 5, 2025
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.

ModuleNotFoundError: No module named 'torch._six'
1 participant