We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ccf5e + cfa581f commit bb30651Copy full SHA for bb30651
var/ramble/repos/builtin/applications/py-nemo/application.py
@@ -81,7 +81,7 @@ class PyNemo(ExecutableApplication):
81
82
workload_variable(
83
"custom_injected_string",
84
- default="",
+ default="tail /dev/null",
85
description="Custom string to inject before execution NeMo workload",
86
workload_group="all_workloads",
87
)
0 commit comments