GodfreyOwino commited on
Commit
9afbc63
·
verified ·
1 Parent(s): bd32dbf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  fastapi==0.104.1
2
  uvicorn[standard]==0.24.0
3
- transformers==4.36.2
4
- torch==2.1.1
5
- accelerate==0.25.0
6
  sentencepiece==0.1.99
7
  protobuf==4.25.1
8
  pydantic==2.5.0
9
- python-multipart==0.0.6
 
 
1
  fastapi==0.104.1
2
  uvicorn[standard]==0.24.0
3
+ transformers>=4.40.0
4
+ torch>=2.2.0
5
+ accelerate>=0.30.0
6
  sentencepiece==0.1.99
7
  protobuf==4.25.1
8
  pydantic==2.5.0
9
+ python-multipart==0.0.6
10
+ numpy<2.0.0