Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
-
fastapi==0.
|
| 2 |
-
uvicorn==0.
|
| 3 |
-
transformers==
|
| 4 |
-
sentence-transformers==5.2.2
|
| 5 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 6 |
pillow
|
| 7 |
requests
|
| 8 |
-
|
| 9 |
-
|
| 10 |
sentencepiece
|
| 11 |
tiktoken
|
| 12 |
-
accelerate
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.32.0
|
| 3 |
+
transformers==4.48.2
|
|
|
|
| 4 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
pillow
|
| 6 |
requests
|
| 7 |
+
accelerate
|
| 8 |
+
|
| 9 |
sentencepiece
|
| 10 |
tiktoken
|
|
|