The PyTorch Foundation announced the release of PyTorch 2.0. PyTorch is an open source Python machine learning library. The changes in the new version include: stable version of Accelerated Transformers (formerly known as Better Transformers), torch/compile as its main API, Nvidia and AMD GPU will rely on OpenAI Triton deep learning compiler to generate high-performance code to hide the underlying hardware details, Metal Performance Shaders backend Provides GPU-accelerated PyTorch on the macOS platform, faster inference performance on AWS Graviton CPUs, and more. More information can be found in the release announcement.
https://pytorch.org/blog/pytorch-2.0-release/