未验证 提交 050aee28 编写于 作者: I Ikko Eltociear Ashimine 提交者: GitHub

fix typo in autotuner.py (#3269)

resutls -> results
Co-authored-by: NLogan Adams <114770087+loadams@users.noreply.github.com>
上级 6dbff771
......@@ -81,7 +81,7 @@ class Autotuner:
if not os.path.exists(self.results_dir):
try:
os.makedirs(self.results_dir, exist_ok=True)
logger.info(f"Created autotuning resutls directory: {self.exps_dir}")
logger.info(f"Created autotuning results directory: {self.exps_dir}")
except:
logger.error(
f"Failed to create {self.results_dir}, please check `results_dir` in the autotuning config file is accessible by all the nodes in the job."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册