Skip to content

Commit b2c6fe2

Browse files
Update ORT opset version
1 parent 2f00a67 commit b2c6fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepQuant/Pipeline/OnnxExport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def exportToOnnx(
5858
model,
5959
args=exampleInput,
6060
f=onnxFile,
61-
opset_version=13,
61+
opset_version=17,
6262
keep_initializers_as_inputs=False, # FBRANCASI: Prevent warnings
6363
do_constant_folding=True,
6464
input_names=["input"],

0 commit comments

Comments
 (0)