Skip to content
Snippets Groups Projects

Draft: Add support for data parallelism on a single node

Open Vlad-Andrei BĂDOIU (78692) requested to merge vladb/ddp into main
+ 1
1
@@ -23,7 +23,7 @@ def main(batch_size: int = 8,
n_heads: int = 8,
dropout: float = 0.0,
use_fp16: bool = True,
distributed: bool = True):
distributed: bool = False):
"""
Run the main training loop for the model.
Loading