Skip to content

Commit

Permalink
Merge pull request #157 from leeeizhang/fix/typos
Browse files Browse the repository at this point in the history
[MRG] fix typos
  • Loading branch information
huangyz0918 authored Sep 2, 2024
2 parents 7f22cdb + e3f6410 commit 3f250ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mle/workflow/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def baseline(work_dir: str, model='gpt-4o'):

if not cache.is_empty():
step = ask_text(f"MLE has finished the following steps: \n{cache}\n"
"You can pick a step from 1 to {cache} to resume\n"
f"You can pick a step from 1 to {cache.current_step()} to resume\n"
"(or ENTER to continue the workflow)")
if step:
step = int(step)
Expand Down

0 comments on commit 3f250ce

Please sign in to comment.