BOINC AI Accelerate
Last updated
Last updated
🌍 Accelerate is a library that enables the same PyTorch code to be run across any distributed configuration by adding just four lines of code! In short, training and inference at scale made simple, efficient and adaptable.
Copied
Built on torch_xla
and torch.distributed
, 🌍 Accelerate takes care of the heavy lifting, so you don’t have to write any custom code to adapt to these platforms. Convert existing codebases to utilize , perform , and have automatic support for mixed-precision training!
This code can then be launched on any system through Accelerate’s CLI interface:
Copied
To get a better idea of this process, make sure to check out the !