1Torch Distributed Elastic 2============================ 3 4Makes distributed PyTorch fault-tolerant and elastic. 5 6Get Started 7--------------- 8.. toctree:: 9 :maxdepth: 1 10 :caption: Usage 11 12 elastic/quickstart 13 elastic/train_script 14 elastic/examples 15 16Documentation 17--------------- 18 19.. toctree:: 20 :maxdepth: 1 21 :caption: API 22 23 elastic/run 24 elastic/agent 25 elastic/multiprocessing 26 elastic/errors 27 elastic/rendezvous 28 elastic/timer 29 elastic/metrics 30 elastic/events 31 elastic/subprocess_handler 32 elastic/control_plane 33 34.. toctree:: 35 :maxdepth: 1 36 :caption: Advanced 37 38 elastic/customization 39 40.. toctree:: 41 :maxdepth: 1 42 :caption: Plugins 43 44 elastic/kubernetes 45