Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
deepcharm committed Nov 21, 2024
1 parent 612056c commit 4953eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/runtime/zero/partition_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ def _allgather_params_coalesced(self, param_list, hierarchy=0, quantize=False):

return None

@torch.no_grad() # Enable torch compile
@torch.no_grad()
def _allgather_params(self, param_list, hierarchy=0):
if len(param_list) == 0:
return
Expand Down

0 comments on commit 4953eb9

Please sign in to comment.