Spaces:
Runtime error
Runtime error
Commit
·
4210dc2
1
Parent(s):
bc42d0a
fix req
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
torch==2.7.0 --index-url https://download.pytorch.org/whl/cu126
|
| 2 |
-
|
| 3 |
# Build Tools
|
| 4 |
ninja==1.11.1.1
|
| 5 |
|
|
@@ -45,5 +43,5 @@ scikit-image
|
|
| 45 |
|
| 46 |
# sonata
|
| 47 |
spconv-cu126
|
| 48 |
-
torch-scatter -f https://data.pyg.org/whl/torch-2.
|
| 49 |
git+https://github.com/Dao-AILab/flash-attention.git
|
|
|
|
|
|
|
|
|
|
| 1 |
# Build Tools
|
| 2 |
ninja==1.11.1.1
|
| 3 |
|
|
|
|
| 43 |
|
| 44 |
# sonata
|
| 45 |
spconv-cu126
|
| 46 |
+
torch-scatter -f https://data.pyg.org/whl/torch-2.8.0+cu128.html
|
| 47 |
git+https://github.com/Dao-AILab/flash-attention.git
|