You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
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.
9
9
10
10
- Linux or macOS or Windows
11
-
- Python ≥ 3.6
12
-
- PyTorch 1.4 or 1.5
13
-
- torchvision that matches the PyTorch installation. You can install them together at pytorch.org to make sure of this.
11
+
- Python 3.6, 3.7 or 3.8
12
+
- PyTorch 1.4, 1.5.0, 1.5.1 or 1.6.0
13
+
- torchvision that matches the PyTorch installation. You can install them together as explained at pytorch.org to make sure of this.
0 commit comments