Skip to content

Commit 4753cdd

Browse files
committed
Fix: Update torch/transformers versions for compatibility
1 parent 2a6c5a1 commit 4753cdd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

services/rag/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ uvicorn[standard]==0.27.0
44
pydantic==2.5.3
55
asyncpg==0.29.0
66
pgvector==0.2.4
7-
torch==2.1.2+cpu
8-
sentence-transformers==2.3.1
7+
torch==2.2.0+cpu
8+
transformers==4.38.0
9+
sentence-transformers==2.5.0
910
numpy==1.26.3
1011
python-multipart==0.0.6
1112
sqlalchemy[asyncio]==2.0.25
13+

0 commit comments

Comments
 (0)