facebookresearch / pytorch3d

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

Add install wheel(s) for CUDA 11.6 #1615

Open madvn opened 1 year ago

madvn commented 1 year ago

🚀 Feature

Could you also please make the wheel for py310_cu116_pyt1121 available?

Motivation

Exact same as https://github.com/facebookresearch/pytorch3d/issues/1434 but for different versions... We are, for various reasons beyond my control, stuck with Ubuntu 18, cuda 11.6.. We also have a ROS dependency. The project is stuck with legacy build/docker envs where we need to use pip. It would be very helpful if you could make the py310_cu116_pyt1121 version available for us through https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/.

bottler commented 1 year ago

Can you build a wheel of your own using the docker tool in packaging/linux_wheels and store it yourself?

MiroPsota commented 6 months ago

You can try my repository for building packages and PyPI simple index and see if it works for you: https://github.com/facebookresearch/pytorch3d/discussions/1752