Skip to content

Commit d737a05

Browse files
Kautenjafacebook-github-bot
authored andcommitted
Update INSTALL.md (#1194)
Summary: Resolve #1186 by fixing the minimal version of CUDA for installing from a wheel Pull Request resolved: #1194 Reviewed By: patricklabatut Differential Revision: D36279396 Pulled By: bottler fbshipit-source-id: 2371256a5451ec33c01d6fa9616c5b24fa83f7f8
1 parent 2374d19 commit d737a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ pip install pytorch3d
8787
We have prebuilt wheels with CUDA for Linux for PyTorch 1.11.0, for each of the supported CUDA versions,
8888
for Python 3.7, 3.8 and 3.9. This is for ease of use on Google Colab.
8989
These are installed in a special way.
90-
For example, to install for Python 3.8, PyTorch 1.11.0 and CUDA 10.2
90+
For example, to install for Python 3.8, PyTorch 1.11.0 and CUDA 11.3
9191
```
92-
pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt1110/download.html
92+
pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html
9393
```
9494

9595
In general, from inside IPython, or in Google Colab or a jupyter notebook, you can install with

0 commit comments

Comments
 (0)