Commit
·
ed34fa1
1
Parent(s):
8ebacc3
loaded model using AutoModel and manual pooling
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ uvicorn==0.35.0
|
|
3 |
sentence-transformers==5.1.0
|
4 |
torch==2.8.0
|
5 |
python-dotenv==1.1.1
|
6 |
-
pydantic
|
|
|
|
3 |
sentence-transformers==5.1.0
|
4 |
torch==2.8.0
|
5 |
python-dotenv==1.1.1
|
6 |
+
pydantic
|
7 |
+
transformers
|