Skip to content

Commit 7d6c56e

Browse files
authored
Change default to 0.2.3 instead of 0.2.2 for function benc_virtual (#101)
1 parent a80f278 commit 7d6c56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

onnx_extended/tools/run_onnx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@ def bench_virtual(
393393
if modules is None:
394394
# ext = "https://github.com/sdpython/onnx-extended.git"
395395
modules = [
396-
{"onnxruntime": "1.16.1", "onnx": None, "onnx-extended": "0.2.2"},
396+
{"onnxruntime": "1.16.1", "onnx": None, "onnx-extended": "0.2.3"},
397397
{
398398
"onnxruntime": "1.15.1",
399399
"onnx": None,
400-
"onnx-extended": "0.2.2", # f"git+{ext}"},
400+
"onnx-extended": "0.2.3", # f"git+{ext}"},
401401
},
402402
]
403403
if isinstance(runtimes, str):

0 commit comments

Comments
 (0)