Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ai-forever
Edit Copy
Star
GitHub Repository:
ai-forever/sber-swap
Path:
blob/main/apex/examples/simple/distributed/run.sh
1
2
9
1
views
1
#!/bin/bash
2
python
-m
torch
.distributed
.launch
--nproc_per_node
=
2
distributed_data_parallel
.py
3
4