We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88834df commit 702a3bbCopy full SHA for 702a3bb
var/ramble/repos/builtin/applications/py-nemo/application.py
@@ -438,7 +438,7 @@ class PyNemo(ExecutableApplication):
438
)
439
workload_variable(
440
"exp_manager.checkpoint_callback_params.filename",
441
- default="megatron_gpt--\{val_loss:.2f\}-\{step\}-\{consumed_samples\}",
+ default=r"megatron_gpt--\{val_loss:.2f\}-\{step\}-\{consumed_samples\}",
442
description="Filename for checkpoint params",
443
workload_group="pretraining",
444
0 commit comments