CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ai-forever

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: ai-forever/sber-swap
Path: blob/main/apex/examples/simple/distributed/run.sh
Views: 794
1
#!/bin/bash
2
python -m torch.distributed.launch --nproc_per_node=2 distributed_data_parallel.py
3
4