#1109901 ITP: accelerate -- Run your raw Pytorch training script on any kind of device

#1109901#5
Date:
2025-07-26 05:02:06 UTC
From:
To:
* Package name    : accelerate
  Version         : 1.9.0
  Upstream Contact: The Huggingface Team <zach.muller@huggingface.co>
* URL             : https://github.com/huggingface/accelerate
* License         : Apache-2.0
  Programming Lang: Python
  Description     : Run your raw Pytorch training script on any kind of device

Accelerate was created for PyTorch users who like to write the training loop of PyTorch models but are reluctant to write and maintain the boilerplate code needed to use multi-GPUs/TPU/fp16.

 - This is recommended to use in Transformers.