Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
protobuf==3.20.*
|
6 |
-
accelerate
|
7 |
-
bitsandbytes
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
transformers>=4.34
|
4 |
+
torch
|
5 |
+
protobuf==3.20.*
|
6 |
+
accelerate
|
7 |
+
bitsandbytes
|