Skip to content

Commit

Permalink
[Opset] Increase preferred opset version to 12
Browse files Browse the repository at this point in the history
This is the minimum opset version to support the Celu operator:
https://onnx.ai/onnx/operators/onnx__Celu.html
  • Loading branch information
iksnagreb committed Aug 27, 2024
1 parent c9ad9e5 commit 5a0a648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qonnx/util/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

def get_preferred_onnx_opset():
"Return preferred ONNX opset version for QONNX"
return 11
return 12


def qonnx_make_model(graph_proto, **kwargs):
Expand Down

0 comments on commit 5a0a648

Please sign in to comment.