lahiruchamika27 commited on
Commit
e0c85b3
·
verified ·
1 Parent(s): 937e92f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- fastapi
2
- uvicorn
3
- torch
4
- transformers
5
- pydantic
6
- python-dotenv
 
 
1
+ fastapi==0.68.1
2
+ uvicorn==0.15.0
3
+ torch==2.0.1
4
+ transformers==4.31.0
5
+ pydantic==1.8.2
6
+ sentencepiece==0.1.99
7
+ protobuf==3.20.0