Skip to content

Commit

Permalink
Change default to 0.2.3 instead of 0.2.2 for function benc_virtual (#101
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xadupre authored Oct 13, 2023
1 parent a80f278 commit 7d6c56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnx_extended/tools/run_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@ def bench_virtual(
if modules is None:
# ext = "https://github.com/sdpython/onnx-extended.git"
modules = [
{"onnxruntime": "1.16.1", "onnx": None, "onnx-extended": "0.2.2"},
{"onnxruntime": "1.16.1", "onnx": None, "onnx-extended": "0.2.3"},
{
"onnxruntime": "1.15.1",
"onnx": None,
"onnx-extended": "0.2.2", # f"git+{ext}"},
"onnx-extended": "0.2.3", # f"git+{ext}"},
},
]
if isinstance(runtimes, str):
Expand Down

0 comments on commit 7d6c56e

Please sign in to comment.