prithivMLmods commited on
Commit
ca0a1b0
·
verified ·
1 Parent(s): 41daa2f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
  huggingface_hub
2
- transformers[torch]==4.43.4
3
- onnxruntime==1.19.2
4
- optimum==1.21.3
 
5
  onnx==1.16.2
6
  onnxconverter-common==1.14.0
7
- tqdm==4.66.5
8
- onnxslim==0.1.31
9
  --extra-index-url https://pypi.ngc.nvidia.com
10
- onnx_graphsurgeon==0.3.27
11
  timm
 
1
  huggingface_hub
2
+ transformers==4.47.0
3
+ torch
4
+ onnxruntime==1.20.1
5
+ optimum==1.23.3
6
  onnx==1.16.2
7
  onnxconverter-common==1.14.0
8
+ tqdm==4.67.1
9
+ onnxsim==0.4.36
10
  --extra-index-url https://pypi.ngc.nvidia.com
11
+ onnx-graphsurgeon==0.5.2
12
  timm