mahmdshafee commited on
Commit
2a74483
·
verified ·
1 Parent(s): b74a3fd

Update app/backend/requirements.txt

Browse files
Files changed (1) hide show
  1. app/backend/requirements.txt +12 -9
app/backend/requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
- fastapi==0.104.1
2
- uvicorn==0.24.0
 
3
  torch==2.2.0
4
- transformers>=4.35.2
5
- safetensors>=0.4.16
6
- python-dotenv==1.0.0
7
- httpx==0.25.1
8
- pydantic==2.5.0
9
- psutil==5.9.6
10
- sentencepiece==0.1.99
 
 
 
1
+ fastapi==0.109.0
2
+ uvicorn==0.29.0
3
+
4
  torch==2.2.0
5
+ transformers==4.37.2
6
+ safetensors>=0.4.2
7
+ sentencepiece==0.1.99
8
+
9
+ python-dotenv==1.0.1
10
+ httpx==0.27.0
11
+
12
+ pydantic==2.5.3
13
+ psutil==5.9.6