Felladrin commited on
Commit
710fcd7
·
verified ·
1 Parent(s): 6b5ba12

Pass opset parameter to the convert script

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -110,6 +110,8 @@ class ModelConverter:
110
  "-m",
111
  "scripts.convert",
112
  "--quantize",
 
 
113
  "--model_id",
114
  input_model_id,
115
  ]
 
110
  "-m",
111
  "scripts.convert",
112
  "--quantize",
113
+ "--opset",
114
+ "18",
115
  "--model_id",
116
  input_model_id,
117
  ]