Skip to content

Commit

Permalink
set the default onnx opset to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Aug 14, 2024
1 parent a1bf43d commit e15721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbird/ml/_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def convert(topology, backend, test_input, device, extra_config={}):

if backend == onnx.__name__:
onnx_model_name = output_model_name = None
target_opset = 11
target_opset = 13

# Set optional configuration options for ONNX if any.
if constants.ONNX_OUTPUT_MODEL_NAME in extra_config:
Expand Down

0 comments on commit e15721e

Please sign in to comment.