broadfield-dev commited on
Commit
babbd78
·
verified ·
1 Parent(s): f074b57

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio==5.44.1
2
- torch==2.3.1
3
- transformers==4.42.3
4
- optimum[onnxruntime]==1.20.0
5
- huggingface_hub==0.23.4
6
- datasets==2.20.0
7
- accelerate==0.31.0
8
- sentencepiece==0.2.0
9
- protobuf==4.25.3
 
1
+ gradio>=5.4.1
2
+ torch>=2.3.0
3
+ transformers>=4.42.0
4
+ optimum[onnxruntime]>=1.20.0
5
+ huggingface_hub>=0.23.0
6
+ datasets>=2.20.0
7
+ accelerate>=0.31.0
8
+ sentencepiece>=0.2.0
9
+ protobuf>=4.25.0