Bump onnx to 1.18.0 (#11266)

* bump

* thou hast implement functions

* hacked in domain support

* some clean ups

* hack quantize_onnx_test too

* add helper lol, why onnx tests why

* better dispatcher, but need tests and better naming

* flaky ci

* change some names

* small clean ups

* make it easier to clean up tests once ORT supports 1.18.0

* nits

* fix bug of Softmax_1 being registered in onnx_ops

* need a default value

* resolve_const is better name

* fix OnnxRunner.to

* use proper domain names
This commit is contained in:
geohotstan
2025-07-18 03:35:41 +08:00
committed by GitHub
parent 1606491b1c
commit 536b254df4
5 changed files with 156 additions and 45 deletions

View File

@@ -55,7 +55,7 @@ setup(name='tinygrad',
],
'testing': testing_minimal + [
"pillow",
"onnx==1.17.0",
"onnx==1.18.0",
"onnx2torch",
"onnxruntime",
"opencv-python",