Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers==4.36.0
|
| 2 |
+
accelerate==0.25.0
|
| 3 |
+
gradio==3.50.0
|
| 4 |
+
torch==2.0.1
|
| 5 |
+
autoawq==0.1.8
|
| 6 |
+
sentencepiece==0.1.99
|
| 7 |
+
fastapi==0.95.2
|
| 8 |
+
uvicorn==0.22.0
|
| 9 |
+
python-multipart==0.0.6
|