File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def test_single_model(args):
219219 compiled_types = []
220220 compiled_time_stats = {}
221221
222- if args .operator_lib == "flaggems" :
222+ if args .op_lib == "flaggems" :
223223 try :
224224 import flag_gems
225225 except ImportError :
@@ -376,7 +376,7 @@ def test_multi_models(args):
376376 f"-m graph_net.torch.{ module_name } " ,
377377 f"--model-path { model_path } " ,
378378 f"--compiler { args .compiler } " ,
379- f"--operator -lib { args .operator_lib } " ,
379+ f"--op -lib { args .op_lib } " ,
380380 f"--device { args .device } " ,
381381 f"--warmup { args .warmup } " ,
382382 f"--trials { args .trials } " ,
@@ -426,7 +426,7 @@ def main(args):
426426 help = "Path to customized compiler python file" ,
427427 )
428428 parser .add_argument (
429- "--operator -lib" ,
429+ "--op -lib" ,
430430 type = str ,
431431 required = False ,
432432 default = "default" ,
You can’t perform that action at this time.
0 commit comments