Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -17,6 +17,14 @@ pyrender
|
|
| 17 |
fast-simplification
|
| 18 |
spconv-cu121
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# PyG Extensions
|
| 21 |
--find-links https://data.pyg.org/whl/torch-2.4.0+cu121.html
|
| 22 |
torch-scatter
|
|
|
|
| 17 |
fast-simplification
|
| 18 |
spconv-cu121
|
| 19 |
|
| 20 |
+
# HF / Transformers runtime essentials
|
| 21 |
+
transformers==4.44.2
|
| 22 |
+
accelerate==0.33.0
|
| 23 |
+
safetensors==0.4.4
|
| 24 |
+
tokenizers>=0.19.1,<0.21
|
| 25 |
+
protobuf<5
|
| 26 |
+
sentencepiece
|
| 27 |
+
|
| 28 |
# PyG Extensions
|
| 29 |
--find-links https://data.pyg.org/whl/torch-2.4.0+cu121.html
|
| 30 |
torch-scatter
|