We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd13882 commit 545a409Copy full SHA for 545a409
requirements.txt
@@ -2,6 +2,7 @@ torch==2.7.1
2
transformers==4.48.2
3
optimum==1.26.1
4
onnxruntime==1.22.0
5
+onnx==1.18.0
6
pandas==2.2.3
7
tqdm==4.67.1
8
PyYAML==6.0.2
setup.py
@@ -13,6 +13,7 @@
13
'transformers==4.48.2',
14
'optimum==1.26.1',
15
'onnxruntime==1.22.0',
16
+ 'onnx==1.18.0',
17
'pandas==2.2.3',
18
'tqdm==4.67.1',
19
'PyYAML==6.0.2',
0 commit comments