Skip to content

Commit 702a3bb

Browse files
Fix unit test warning with py-nemo
1 parent 88834df commit 702a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/ramble/repos/builtin/applications/py-nemo/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ class PyNemo(ExecutableApplication):
438438
)
439439
workload_variable(
440440
"exp_manager.checkpoint_callback_params.filename",
441-
default="megatron_gpt--\{val_loss:.2f\}-\{step\}-\{consumed_samples\}",
441+
default=r"megatron_gpt--\{val_loss:.2f\}-\{step\}-\{consumed_samples\}",
442442
description="Filename for checkpoint params",
443443
workload_group="pretraining",
444444
)

0 commit comments

Comments
 (0)