Skip to content

Commit 3bbe261

Browse files
bottlerfacebook-github-bot
authored andcommitted
README.md and INSTALL.md updates
Summary: misc updates Reviewed By: davidsonic Differential Revision: D42072730 fbshipit-source-id: fc885d14346083bd6493f18e9d965b35a8d4bdfd
1 parent c773830 commit 3bbe261

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

INSTALL.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
The core library is written in PyTorch. Several components have underlying implementation in CUDA for improved performance. A subset of these components have CPU implementations in C++/PyTorch. It is advised to use PyTorch3D with GPU support in order to use all the features.
99

1010
- Linux or macOS or Windows
11-
- Python 3.6, 3.7, 3.8 or 3.9
12-
- PyTorch 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0 or 1.12.0.
11+
- Python 3.8, 3.9 or 3.10
12+
- PyTorch 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1 or 1.13.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)
@@ -21,11 +21,11 @@ The runtime dependencies can be installed by running:
2121
```
2222
conda create -n pytorch3d python=3.9
2323
conda activate pytorch3d
24-
conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2
24+
conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=11.6
2525
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
2626
```
2727

28-
For the CUB build time dependency, if you are using conda, you can continue with
28+
For the CUB build time dependency, which you only need if you have CUDA older than 11.7, if you are using conda, you can continue with
2929
```
3030
conda install -c bottler nvidiacub
3131
```
@@ -78,14 +78,14 @@ Or, to install a nightly (non-official, alpha) build:
7878
conda install pytorch3d -c pytorch3d-nightly
7979
```
8080
### 2. Install from PyPI, on Mac only.
81-
This works with pytorch 1.12.0 only. The build is CPU only.
81+
This works with pytorch 1.13.0 only. The build is CPU only.
8282
```
8383
pip install pytorch3d
8484
```
8585

8686
### 3. Install wheels for Linux
8787
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.
88+
for Python 3.8 and 3.9. This is for ease of use on Google Colab.
8989
These are installed in a special way.
9090
For example, to install for Python 3.8, PyTorch 1.11.0 and CUDA 11.3
9191
```

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ In alphabetical order:
100100
* Amitav Baruah
101101
* Steve Branson
102102
* Krzysztof Chalupka
103+
* Jiali Duan
103104
* Luya Gao
104105
* Georgia Gkioxari
105106
* Taylor Gordon
@@ -143,6 +144,8 @@ If you are using the pulsar backend for sphere-rendering (the `PulsarPointRender
143144

144145
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).
145146

147+
**[Oct 23rd 2022]:** PyTorch3D [v0.7.1](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.1) released.
148+
146149
**[Aug 10th 2022]:** PyTorch3D [v0.7.0](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.0) released with Implicitron and MeshRasterizerOpenGL.
147150

148151
**[Apr 28th 2022]:** PyTorch3D [v0.6.2](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.6.2) released

0 commit comments

Comments
 (0)