Minor improvements to evaluation logs

This commit is contained in:
oobabooga 2023-10-15 20:51:43 -07:00
parent b88b2b74a6
commit e14bde4946
2 changed files with 6 additions and 6 deletions

View file

@ -220,4 +220,4 @@ def save_model_settings(model, state):
with open(p, 'w') as f:
f.write(output)
yield (f"Settings for {model} saved to {p}")
yield (f"Settings for `{model}` saved to `{p}`.")