Spaces:
Build error
Build error
trying to fix dependencies
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
huggingface_hub
|
2 |
-
torch==2.2.0
|
3 |
-
transformers
|
4 |
flash-attn
|
5 |
einops
|
6 |
-
sentence-transformers
|
|
|
|
|
|
1 |
huggingface_hub
|
|
|
|
|
2 |
flash-attn
|
3 |
einops
|
4 |
+
sentence-transformers
|
5 |
+
torch==2.2.0
|
6 |
+
transformers
|