nilotpaldhar2004 commited on
Commit
9389e96
·
unverified ·
1 Parent(s): d39d3d8

Update package versions in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- transformers
2
- bitsandbytes
3
- accelerate
4
- scipy
5
- torch
6
- pandas
7
- fastapi
8
- uvicorn
9
- python-multipart
 
1
+ fastapi==0.111.0
2
+ uvicorn[standard]==0.29.0
3
+ python-multipart==0.0.9
4
+ pandas==2.2.2
5
+ transformers==4.41.2
6
+ torch==2.3.0
7
+ sentencepiece==0.2.0
8
+ protobuf==4.25.3
9
+ accelerate==0.30.1