We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5bc4e commit aee9d2dCopy full SHA for aee9d2d
src/forge/controller/launcher.py
@@ -115,7 +115,7 @@ def get_launcher(cfg: LauncherConfig | None = None) -> BaseLauncher | None:
115
try:
116
from forge.fb.mast_launcher import MastLauncher
117
118
- return MastLauncher(cfg, detached=False)
+ return MastLauncher(cfg)
119
except ImportError as err:
120
raise ValueError("MAST is not available, cannot launch MAST jobs.") from err
121
0 commit comments