Skip to content

Commit

Permalink
Enable overlap_comm for better performance (microsoft#846)
Browse files Browse the repository at this point in the history
Co-authored-by: Olatunji Ruwase <[email protected]>
  • Loading branch information
li-plus and tjruwase authored Sep 17, 2024
1 parent 90c2a9f commit f73a6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/DeepSpeed-Chat/dschat/utils/ds_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_train_ds_config(offload,
dtype_config = {"enabled": True}
zero_opt_dict = {
"stage": stage,
"overlap_comm": True,
"offload_param": {
"device": device
},
Expand Down

0 comments on commit f73a6ed

Please sign in to comment.