-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Torch 2.6.0 cu126 is missing several dependencies in the METADATA-file #146679
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
Comments
Hi-pri to get a repro and update metadata files |
For CUDA 12.6 Linux Builds. This is Metadata:
Taken from: https://download.pytorch.org/whl/cu126/torch-2.6.0%2Bcu126-cp311-cp311-manylinux_2_28_x86_64.whl @anates Please note
Looks like the reason maybe is that poetry config reads linux_aarch64 metadata rather then manylinux 2.28 wheel metadata. |
@atalman Hei, |
@anates Looks like poetry expects consistent METADATA across all the wheels as per comment: python-poetry/poetry#10152 (comment) We will be fixing this for Release 2.6.1 |
I had run into a similar issue with astral-sh/uv#10693 and opened #145021 |
@ZainRizvi we would need to add METADATA section to following build: This is the workflow theat builds this binary: Triton is populated here: https://github.com/pytorch/pytorch/blob/main/.circleci/scripts/binary_populate_env.sh#L83 Via: PYTORCH_EXTRA_INSTALL_REQUIREMENTS |
Resolved by #145021 |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
When upgrading from torch-2.6.0+cu124 to torch-2.6.0+cu126 on unix, several dependencies are lost in the METADATA-file:
For cu124 the following packages exist:
However, for cu126 these are no longer available in the unix-builds, only in the windows-based builds. This leads to issues such as python-poetry/poetry#10152 (comment)
Versions
Not relevant for this bug/issue
cc @ezyang @gchanan @zou3519 @kadeng @msaroufim
The text was updated successfully, but these errors were encountered: