{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# For tips on running notebooks in Google Colab, see\n# https://codelin.vip/beginner/colab\n%matplotlib inline" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "torch.export Tutorial\n=====================\n\n**Author:** William Wen, Zhengxu Chen, Angela Yi, Pian Pawakapan\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "```{=html}\n
torch.export
and its related features are in prototype status and are subject to backwards compatibilitybreaking changes. This tutorial provides a snapshot of torch.export
usage as of PyTorch 2.5.