Skip to content

Commit 11635fb

Browse files
bottlerfacebook-github-bot
authored andcommitted
INSTALL/README updates
Summary: Updates for version 0.6.2 Differential Revision: D35980557 fbshipit-source-id: e677a22d4f8a323376310dfb536133bee8045f1f
1 parent a268b18 commit 11635fb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

INSTALL.md

+5-5
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, 1.9.1 or 1.10.0.
12+
- PyTorch 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2 or 1.11.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)
@@ -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.10.0, for each of the CUDA versions that they support,
88-
for Python 3.7, 3.8 and 3.9.
87+
We have prebuilt wheels with CUDA for Linux for PyTorch 1.11.0, for each of the supported CUDA versions,
88+
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.10.0 and CUDA 10.2
90+
For example, to install for Python 3.8, PyTorch 1.11.0 and CUDA 10.2
9191
```
92-
pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt1100/download.html
92+
pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu102_pyt1110/download.html
9393
```
9494

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

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ If you are using the pulsar backend for sphere-rendering (the `PulsarPointRender
136136

137137
Please see below for a timeline of the codebase updates in reverse chronological order. We are sharing updates on the releases as well as research projects which are built with PyTorch3D. The changelogs for the releases are available under [`Releases`](https://github.com/facebookresearch/pytorch3d/releases), and the builds can be installed using `conda` as per the instructions in [INSTALL.md](INSTALL.md).
138138

139+
**[Dec 16th 2021]:** PyTorch3D [v0.6.1](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.6.1) released
140+
139141
**[Oct 6th 2021]:** PyTorch3D [v0.6.0](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.6.0) released
140142

141143
**[Aug 5th 2021]:** PyTorch3D [v0.5.0](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.5.0) released

0 commit comments

Comments
 (0)