Skip to content

Commit 6ea6314

Browse files
bottlerfacebook-github-bot
authored andcommitted
[pytorch3d install.md for 0.6.1
Summary: Update references to dependencies Reviewed By: patricklabatut Differential Revision: D33016832 fbshipit-source-id: aa41c7ccc6acd19654303bc18bfd734dc29d88a3
1 parent 093999e commit 6ea6314

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The core library is written in PyTorch. Several components have underlying imple
99

1010
- Linux or macOS or Windows
1111
- Python 3.6, 3.7, 3.8 or 3.9
12-
- PyTorch 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0 or 1.9.1.
12+
- PyTorch 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1 or 1.10.0.
1313
- torchvision that matches the PyTorch installation. You can install them together as explained at pytorch.org to make sure of this.
1414
- gcc & g++ ≥ 4.9
1515
- [fvcore](https://github.com/facebookresearch/fvcore)
@@ -19,9 +19,9 @@ The core library is written in PyTorch. Several components have underlying imple
1919

2020
The runtime dependencies can be installed by running:
2121
```
22-
conda create -n pytorch3d python=3.8
22+
conda create -n pytorch3d python=3.9
2323
conda activate pytorch3d
24-
conda install -c pytorch pytorch=1.7.1 torchvision cudatoolkit=10.2
24+
conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2
2525
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
2626
```
2727

@@ -84,12 +84,12 @@ pip install pytorch3d
8484
```
8585

8686
### 3. Install wheels for Linux
87-
We have prebuilt wheels with CUDA for Linux for PyTorch 1.9.0, for each of the CUDA versions that they support,
87+
We have prebuilt wheels with CUDA for Linux for PyTorch 1.10.0, for each of the CUDA versions that they support,
8888
for Python 3.7, 3.8 and 3.9.
8989
These are installed in a special way.
9090
For example, to install for Python 3.8, PyTorch 1.9.0 and CUDA 10.2
9191
```
92-
pip install pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt190/download.html
92+
pip install pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt1100/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)