Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
| 3 |
peft
|
| 4 |
-
|
|
|
|
| 5 |
sentencepiece
|
| 6 |
-
|
| 7 |
-
uvicorn
|
| 8 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
transformers>=4.35.0
|
| 4 |
peft
|
| 5 |
+
torch
|
| 6 |
+
accelerate
|
| 7 |
sentencepiece
|
| 8 |
+
protobuf
|
|
|
|
|
|