facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.81k stars 1.32k forks source link

Support Pytorch2.4 #1863

Closed lmelinda closed 2 months ago

lmelinda commented 2 months ago

latest version on PyTorch is 2.4, but according to pytorch3d's INSTALL.md we don't support it yet. Could we add the support?

bottler commented 2 months ago

It’s supported, just prebuilt packages are not available. They won’t be made available instantly, similar to previous releases.

On Mon, 9 Sep 2024 at 14:11, Melinda Lu @.***> wrote:

latest version on PyTorch is 2.4, but according to pytorch3d's INSTALL.md we don't support it yet. Could we add the support?

— Reply to this email directly, view it on GitHub https://github.com/facebookresearch/pytorch3d/issues/1863, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDQQIGL7OMHU3BASI55VDZVWM67AVCNFSM6AAAAABN4QT6EOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTGOJTGE4TSOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

lmelinda commented 2 months ago

so we should build with setup.py bdist_wheel now?

seigeweapon commented 2 months ago

Is there prebuilt package on pytorch 2.3.1 cu11.8? Or, can I find the list for such packages somewhere? Thanks

It’s supported, just prebuilt packages are not available. They won’t be made available instantly, similar to previous releases. On Mon, 9 Sep 2024 at 14:11, Melinda Lu @.> wrote: latest version on PyTorch is 2.4, but according to pytorch3d's INSTALL.md we don't support it yet. Could we add the support? — Reply to this email directly, view it on GitHub <#1863>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDQQIGL7OMHU3BASI55VDZVWM67AVCNFSM6AAAAABN4QT6EOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTGOJTGE4TSOA . You are receiving this because you are subscribed to this thread.Message ID: @.>

bottler commented 2 months ago

You can see available packages at https://anaconda.org/pytorch3d/pytorch3d/files which includes the one you're asking for.