Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Nov 28, 2023
1 parent 4bd4b25 commit a042692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/accelerate/utils/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def prepare_multi_gpu_env(args: argparse.Namespace) -> Dict[str, str]:
current_env[prefix + "USE_DISTRIBUTED_OPTIMIZER"] = str(args.megatron_lm_use_distributed_optimizer)

current_env["OMP_NUM_THREADS"] = str(args.num_cpu_threads_per_process)

return current_env


Expand Down

0 comments on commit a042692

Please sign in to comment.