Skip to content

Commit

Permalink
fix finetune config mapping (intel#20)
Browse files Browse the repository at this point in the history
* fix finetune config mapping
  • Loading branch information
susu-noob authored Jul 4, 2023
1 parent cbdca8c commit f9a490d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Finetune/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def parse_args():
"Training.weight_decay": "optimizer.config.weight_decay",
"Training.num_training_workers": [
"ray_config.scaling_config.num_workers",
"ray_config.init.runtime_env.env_vars.CCL_WORKER_COUNT#str"
"ray_config.init.runtime_env.env_vars.CCL_WORKER_COUNT#str",
"ray_config.init.runtime_env.env_vars.WORLD_SIZE#str"
],
"Training.resources_per_worker.CPU": [
Expand Down

0 comments on commit f9a490d

Please sign in to comment.