@@ -9,7 +9,7 @@ The core library is written in PyTorch. Several components have underlying imple
9
9
10
10
- Linux or macOS or Windows
11
11
- 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 .
13
13
- torchvision that matches the PyTorch installation. You can install them together as explained at pytorch.org to make sure of this.
14
14
- gcc & g++ ≥ 4.9
15
15
- [ fvcore] ( https://github.com/facebookresearch/fvcore )
@@ -19,9 +19,9 @@ The core library is written in PyTorch. Several components have underlying imple
19
19
20
20
The runtime dependencies can be installed by running:
21
21
```
22
- conda create -n pytorch3d python=3.8
22
+ conda create -n pytorch3d python=3.9
23
23
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
25
25
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
26
26
```
27
27
@@ -84,12 +84,12 @@ pip install pytorch3d
84
84
```
85
85
86
86
### 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,
88
88
for Python 3.7, 3.8 and 3.9.
89
89
These are installed in a special way.
90
90
For example, to install for Python 3.8, PyTorch 1.9.0 and CUDA 10.2
91
91
```
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
93
93
```
94
94
95
95
In general, from inside IPython, or in Google Colab or a jupyter notebook, you can install with
0 commit comments