提交 6de35b09 编写于 作者: L Liangliang He

Reduce redundant model compling

上级 6ad006d0
......@@ -546,8 +546,8 @@ def main(unused_args):
embed_model_data = configs.get("embed_model_data", 1)
vlog_level = configs.get("vlog_level", 0)
phone_data_dir = "/data/local/tmp/mace_run/"
for target_soc in target_socs:
for target_abi in configs["target_abis"]:
for target_abi in configs["target_abis"]:
for target_soc in target_socs:
if target_abi != 'host':
serialnos = sh_commands.get_target_socs_serialnos([target_soc])
for serialno in serialnos:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册