See a more complete example [here](https://github.com/facebookresearch/fairscale/blob/oss_async_broadcast/benchmarks/oss.py), but a minimal example could look like the following :
```bash
```python
importtorch
fromfairscale.optim.ossimportOSS
...
...
@@ -58,7 +58,7 @@ def train(
optimizer.step()
if__name__=="__main__":
# supposing that WORLD_SIZE and EPOCHS are somehow defined somewhere
# Supposing that WORLD_SIZE and EPOCHS are somehow defined somewhere