-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is it possible to install PyTorch3D with Torch 2.6? #1949
Comments
It seems that the latest PyTorch versions don't support Conda and that the pip versions of PyTorch3D are out of date |
Was able to build a wheel for pytorch3d + torch 2.6 + cu124 on windows, but can't seem to do it for cu126 |
We don't have binaries for torch 2.6 but building from source should work. I don't know anything specific about the windows cuda 12.6. Maybe if you share the error that might lead to ideas. |
@bottler Here are the logs:
This goes on for quite a while. |
You can try my repository for building packages and PyPI simple index and see if it works for you: |
❓ Questions on how to use PyTorch3D
Hi, this should be a fairly straightforward question.
My current project depends on Torch 2.6 but I would like to use PyTorch3d, which seems to only support up to 2.4.1
Is this possible or am I out of luck?
The text was updated successfully, but these errors were encountered: