Spaces:
Runtime error
Runtime error
Commit
·
6eddb24
1
Parent(s):
c295535
Reorganize requirements.txt for better structure; ensure compatibility for PyTorch and related packages
Browse files- requirements.txt +14 -4
requirements.txt
CHANGED
|
@@ -17,8 +17,18 @@ scipy
|
|
| 17 |
matplotlib
|
| 18 |
plotly
|
| 19 |
pyyaml
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
| 23 |
torch-scatter
|
| 24 |
-
torch-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
matplotlib
|
| 18 |
plotly
|
| 19 |
pyyaml
|
| 20 |
+
# PyTorch and related packages - ensure compatibility
|
| 21 |
+
torch==2.7.0
|
| 22 |
+
torchvision
|
| 23 |
+
torchaudio
|
| 24 |
+
# PyTorch Geometric ecosystem packages
|
| 25 |
+
--find-links https://data.pyg.org/whl/torch-2.7.0+cu126.html
|
| 26 |
torch-scatter
|
| 27 |
+
torch-sparse
|
| 28 |
+
torch-cluster
|
| 29 |
+
torch-spline-conv
|
| 30 |
+
torch-geometric
|
| 31 |
+
# Flash attention for PyTorch 2.7
|
| 32 |
+
https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl
|
| 33 |
+
# Sparse convolution
|
| 34 |
+
spconv-cu121
|