Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -19,10 +19,11 @@ chromadb
|
|
| 19 |
fastapi-mail
|
| 20 |
httpx
|
| 21 |
faiss-cpu
|
| 22 |
-
transformers
|
| 23 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 24 |
numpy
|
| 25 |
einops
|
| 26 |
psycopg2-binary
|
|
|
|
| 27 |
onnxruntime
|
| 28 |
optimum
|
|
|
|
| 19 |
fastapi-mail
|
| 20 |
httpx
|
| 21 |
faiss-cpu
|
| 22 |
+
transformers==4.37.2
|
| 23 |
torch --index-url https://download.pytorch.org/whl/cpu
|
| 24 |
numpy
|
| 25 |
einops
|
| 26 |
psycopg2-binary
|
| 27 |
+
onnx
|
| 28 |
onnxruntime
|
| 29 |
optimum
|