* fix typos

* fix
This commit is contained in:
co63oc
2025-09-22 14:27:17 +08:00
committed by GitHub
parent 0b62648924
commit c4830ef24c
10 changed files with 34 additions and 50 deletions

View File

@@ -158,7 +158,7 @@ def pre_compile_from_config(config_file: str, num_threads: int, expert_parallel:
pbar.close()
logger.info(f"Total compliation time: {time() - start_time:.2f} seconds")
logger.info(f"Total compilation time: {time() - start_time:.2f} seconds")
def main(args):