Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -28,4 +28,5 @@ plyfile
|
|
| 28 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
| 29 |
torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
|
| 30 |
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
| 31 |
-
xformers
|
|
|
|
|
|
| 28 |
torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
|
| 29 |
torchvision==0.15.1 --index-url https://download.pytorch.org/whl/cu118
|
| 30 |
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
| 31 |
+
xformers
|
| 32 |
+
git+https://github.com/graphdeco-inria/diff-gaussian-rasterization.git
|