Draft: Add support for data parallelism on a single node
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 32
− 10
@@ -2,12 +2,13 @@ import fire
@@ -21,7 +22,8 @@ def main(batch_size: int = 8,
@@ -61,21 +63,37 @@ def main(batch_size: int = 8,
@@ -84,7 +102,9 @@ def main(batch_size: int = 8,
@@ -101,7 +121,8 @@ def main(batch_size: int = 8,
@@ -110,6 +131,7 @@ def main(batch_size: int = 8,