Pytorch3d conda environment

less than 1 minute read

Pre-install-dependency

install

conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
pip install pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html
# here pyt1110 means pytorch-version = 1.11.0, test if there is a package by 
# curl --location --request GET 'https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu113_pyt1110/download.html'

Categories:

Updated: