Skip to content

Commit 228bb45

Browse files
Remove hardcoded value for data.index.mapping (#225)
* Generate bash script for the command generation in Nemo launcher * Fix linter issue * Merge conflict fixes * revert docker url back * bug fix: remove hardcode data.index.mapping
1 parent fe50689 commit 228bb45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cloudai/schema/test_template/nemo_launcher/slurm_command_gen_strategy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def _prepare_environment(self, cmd_args: Dict[str, str], extra_env_vars: Dict[st
9898
self.final_cmd_args.update(
9999
{
100100
"base_results_dir": str(output_path_abs),
101-
"training.model.data.index_mapping_dir": str(output_path_abs),
102101
"launcher_scripts_path": str(launcher_path / "launcher_scripts"),
103102
}
104103
)

0 commit comments

Comments
 (0)