Skip to content

Commit f6f61d2

Browse files
Merge pull request #749 from douglasjacobsen/py-nemo-unit-test-warning
Fix unit test warning with py-nemo
2 parents 5486e05 + 702a3bb commit f6f61d2

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

+1-1
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)