Spaces:
Runtime error
Runtime error
Commit
·
e4630c4
1
Parent(s):
542e6ca
update requeriment
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
torch>=1.12
|
2 |
-
bitsandbytes
|
3 |
-
accelerate
|
4 |
-
huggingface-hub
|
5 |
-
transformers
|
6 |
protobuf>=3.12.2,<4.0.0
|
7 |
-
hivemind
|
8 |
humanfriendly
|
|
|
1 |
torch>=1.12
|
2 |
+
bitsandbytes>=0.35.4
|
3 |
+
accelerate>=0.10.0
|
4 |
+
huggingface-hub>=0.7.0
|
5 |
+
transformers>=4.24.0
|
6 |
protobuf>=3.12.2,<4.0.0
|
7 |
+
hivemind>=1.1.2
|
8 |
humanfriendly
|