yinwentao commited on
Commit ·
9398402
1
Parent(s): 8f87ffb
updateRequirements
Browse files
app.py
CHANGED
|
@@ -3,10 +3,12 @@ import os
|
|
| 3 |
|
| 4 |
os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
|
| 5 |
os.system(f"pip install tensorflow-gpu==2.8.1")
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
os.system(f"pip install ./
|
| 9 |
-
os.system(f"pip install ./
|
|
|
|
|
|
|
| 10 |
|
| 11 |
#os.system(f"pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
|
| 12 |
|
|
|
|
| 3 |
|
| 4 |
os.system(f"pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1121/download.html")
|
| 5 |
os.system(f"pip install tensorflow-gpu==2.8.1")
|
| 6 |
+
|
| 7 |
+
fs.ls("/home/user/local", detail=False)
|
| 8 |
+
# os.system(f"pip install ./freqencoder")
|
| 9 |
+
# os.system(f"pip install ./shencoder")
|
| 10 |
+
# os.system(f"pip install ./gridencoder")
|
| 11 |
+
# os.system(f"pip install ./raymarching")
|
| 12 |
|
| 13 |
#os.system(f"pip install -v -U git+https://github.com/facebookresearch/xformers.git@main#egg=xformers")
|
| 14 |
|