We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, so I'm not sure if the notice is relevant anymore, but I have a temporary solution for this.
First, downgrade torch:
torch
!pip install torch==1.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
Then just install pytorch3d normally:
pytorch3d
!pip install --no-cache pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py37_cu113_pyt1110/download.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, so I'm not sure if the notice is relevant anymore, but I have a temporary solution for this.
First, downgrade
torch
:!pip install torch==1.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
Then just install
pytorch3d
normally:!pip install --no-cache pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py37_cu113_pyt1110/download.html
The text was updated successfully, but these errors were encountered: