Skip to content

Commit a161445

Browse files
ChenhanYuclaude
andcommitted
fix: remove empty environment key causing nemo_run ListParseError
nemo_run's CLI parser fails when `environment:` is present but has no value (parsed as None, not a valid List[Dict[str, str]]). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Chenhan Yu <chenhany@nvidia.com>
1 parent c9b1155 commit a161445

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/launcher/examples/Qwen/Qwen3-8B/hf_online_dflash.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pipeline:
3636
- dflash.dflash_loss_decay_factor=7
3737
- dflash.dflash_mask_token_id=151669
3838
- dflash.dflash_architecture_config.num_hidden_layers=5
39-
environment:
4039
slurm_config:
4140
_factory_: "slurm_factory"
4241
nodes: 1

0 commit comments

Comments
 (0)