@@ -10470,7 +10470,7 @@ def test_cli(self):
1047010470 cmds = [
1047110471 "python" ,
1047210472 "-m" ,
10473- "examples.qualcomm.util_scripts.cli" ,
10473+ "executorch. examples.qualcomm.util_scripts.cli" ,
1047410474 "quantize" ,
1047510475 "--artifact" ,
1047610476 f"{ tmp_dir } /relu.pt2" ,
@@ -10489,7 +10489,7 @@ def test_cli(self):
1048910489 cmds = [
1049010490 "python" ,
1049110491 "-m" ,
10492- "examples.qualcomm.util_scripts.cli" ,
10492+ "executorch. examples.qualcomm.util_scripts.cli" ,
1049310493 "compile" ,
1049410494 "--artifact" ,
1049510495 f"{ tmp_dir } /q_out/relu_quantized.pt2" ,
@@ -10507,7 +10507,7 @@ def test_cli(self):
1050710507 cmds = [
1050810508 "python" ,
1050910509 "-m" ,
10510- "examples.qualcomm.util_scripts.cli" ,
10510+ "executorch. examples.qualcomm.util_scripts.cli" ,
1051110511 "execute" ,
1051210512 "--artifact" ,
1051310513 f"{ tmp_dir } /c_out/relu_quantized.pte" ,
@@ -10551,7 +10551,7 @@ def test_cli_with_input_list_assignment(self):
1055110551 cmds = [
1055210552 "python" ,
1055310553 "-m" ,
10554- "examples.qualcomm.util_scripts.cli" ,
10554+ "executorch. examples.qualcomm.util_scripts.cli" ,
1055510555 "quantize" ,
1055610556 "--artifact" ,
1055710557 f"{ tmp_dir } /sub.pt2" ,
@@ -10570,7 +10570,7 @@ def test_cli_with_input_list_assignment(self):
1057010570 cmds = [
1057110571 "python" ,
1057210572 "-m" ,
10573- "examples.qualcomm.util_scripts.cli" ,
10573+ "executorch. examples.qualcomm.util_scripts.cli" ,
1057410574 "compile" ,
1057510575 "--artifact" ,
1057610576 f"{ tmp_dir } /q_out/sub_quantized.pt2" ,
@@ -10588,7 +10588,7 @@ def test_cli_with_input_list_assignment(self):
1058810588 cmds = [
1058910589 "python" ,
1059010590 "-m" ,
10591- "examples.qualcomm.util_scripts.cli" ,
10591+ "executorch. examples.qualcomm.util_scripts.cli" ,
1059210592 "execute" ,
1059310593 "--artifact" ,
1059410594 f"{ tmp_dir } /c_out/sub_quantized.pte" ,
0 commit comments