From f762be71b0122e9349cb46c929e4343c2b87f3ff Mon Sep 17 00:00:00 2001 From: JasonCLEI <765603496@qq.com> Date: Mon, 2 Dec 2024 19:08:36 +0800 Subject: [PATCH] updated README --- run_clairs_to | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_clairs_to b/run_clairs_to index b973170..1e33969 100755 --- a/run_clairs_to +++ b/run_clairs_to @@ -1012,6 +1012,9 @@ def print_args(args): if args.platform.startswith('hifi'): args.platform = 'hifi' + if args.platform.startswith('ilmn'): + args.platform = 'ilmn' + if args.cmdline is not None and args.cmdline != "": with open(args.output_dir + '/tmp/CMD', 'w') as f: f.write(args.cmdline + '\n')