Member-only story

PyTorch 1.13 Officially Released: CUDA upgrade, integration of multiple libraries, M1 chip support

Machine Learning Quick Reads
6 min readNov 26, 2022

--

PyTorch Developer Community.

Share PyTorch-related technical updates, tutorial applications

Content guide

Recently, the PyTorch team announced the release of Pytorch 1.13 on the official blog. This article will introduce the four highlights of the new version in detail.

According to the official introduction, PyTorch 1.13 includes the stable version of BetterTransformer, and no longer supports CUDA 10.2 and 11.3, and completed the migration to CUDA 11.6 and 11.7. In addition, the Beta version also adds support for the Apple M1 chip and functorch.

functorch is a library in PyTorch

Provides composable vmap (vectorized) and autodiff conversions

Summary of unmissable highlights of PyTorch 1.13:

1. The BetterTransformer feature set (feature set) supports the general Transformer model during the inference process, and can perform fastpath execution without modifying the model.

--

--

Machine Learning Quick Reads
Machine Learning Quick Reads

Written by Machine Learning Quick Reads

Lead Author: Yaokun Lin, Actuary | ML Practitioner | Apply Tomorrow's Technology to Solve Today's Problems

No responses yet