um41r commited on
Commit
50de78e
·
verified ·
1 Parent(s): 700b060

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -11
requirements.txt CHANGED
@@ -1,13 +1,9 @@
1
- # Core dependencies - pinned for stability
2
  gradio==6.6.0
3
  transformers==4.49.0
4
- tokenizers==0.21.0
5
- onnxruntime==1.16.3
6
- torch==2.1.0
7
- torchvision==0.16.0
8
- pillow==10.0.0
9
- numpy==1.24.3
10
- huggingface-hub==0.19.0
11
- accelerate==0.24.0
12
- sentencepiece==0.1.99
13
- protobuf==4.24.0
 
 
1
  gradio==6.6.0
2
  transformers==4.49.0
3
+ onnxruntime==1.20.1
4
+ torch==2.5.0
5
+ pillow==11.0.0
6
+ numpy==2.1.0
7
+ huggingface-hub==0.26.0
8
+ sentencepiece==0.2.0
9
+ protobuf==5.28.0