kripeshAlt commited on
Commit
f3ee5c3
·
verified ·
1 Parent(s): af32d57

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- fastapi
2
- uvicorn
3
- transformers
4
- torch
5
- accelerate
 
 
1
+ fastapi==0.109.1
2
+ uvicorn==0.27.0
3
+ transformers==4.38.2
4
+ torch==2.2.1
5
+ pydantic==2.6.1
6
+ python-multipart==0.0.6