We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5b31d commit acc60dbCopy full SHA for acc60db
INSTALL.md
@@ -102,6 +102,7 @@ version_str="".join([
102
torch.version.cuda.replace(".",""),
103
f"_pyt{pyt_version_str}"
104
])
105
+!pip install fvcore iopath
106
!pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html
107
```
108
packaging/linux_wheels/README.md
@@ -26,5 +26,6 @@ version_str="".join([
26
27
28
29
30
31
0 commit comments