提交 c084f865 编写于 作者: Z zhangxuefei

drop the debug info

上级 cf77af5d
...@@ -105,7 +105,6 @@ class AutoFineTuneCommand(BaseCommand): ...@@ -105,7 +105,6 @@ class AutoFineTuneCommand(BaseCommand):
options_str = "" options_str = ""
for key, value in zip(config_list[0::2], config_list[1::2]): for key, value in zip(config_list[0::2], config_list[1::2]):
options_str += "--" + key + "=" + value + " " options_str += "--" + key + "=" + value + " "
print(options_str)
return options_str return options_str
def execute(self, argv): def execute(self, argv):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册