Skip to content

Commit

Permalink
non buffered
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Oct 31, 2024
1 parent 727f428 commit 4959c69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zeroband/diloco.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def sync_pseudo_gradient(
grad = grad.to_local()

grad.div_(world_size)
self._logger.debug(f"{grad.shape}, type(grad): {type(grad)}")
all_reduce(self.config.compression, grad, dist.ReduceOp.SUM, global_pg)

self._logger.debug(
Expand Down

0 comments on commit 4959c69

Please sign in to comment.