diff --git a/INSTALL.md b/INSTALL.md index 7b99be77..bbc11afa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,13 +9,13 @@ The core library is written in PyTorch. Several components have underlying imple - Linux or macOS or Windows - Python 3.8, 3.9 or 3.10 -- 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. +- 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, 1.13.0 or 2.0.0. - torchvision that matches the PyTorch installation. You can install them together as explained at pytorch.org to make sure of this. - gcc & g++ ≥ 4.9 - [fvcore](https://github.com/facebookresearch/fvcore) - [ioPath](https://github.com/facebookresearch/iopath) - If CUDA is to be used, use a version which is supported by the corresponding pytorch version and at least version 9.2. -- If CUDA is to be used and you are building from source, the CUB library must be available. We recommend version 1.10.0. +- If CUDA older than 11.7 is to be used and you are building from source, the CUB library must be available. We recommend version 1.10.0. The runtime dependencies can be installed by running: ``` diff --git a/README.md b/README.md index a485b8ed..2ab5b7fa 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,8 @@ If you are using the pulsar backend for sphere-rendering (the `PulsarPointRender 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). +**[Dec 19th 2022]:** PyTorch3D [v0.7.2](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.2) released. + **[Oct 23rd 2022]:** PyTorch3D [v0.7.1](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.1) released. **[Aug 10th 2022]:** PyTorch3D [v0.7.0](https://github.com/facebookresearch/pytorch3d/releases/tag/v0.7.0) released with Implicitron and MeshRasterizerOpenGL.