Shortcuts

PyTorch Prototype Recipes

Prototype features are not available as part of binary distributions like PyPI or Conda (except maybe behind run-time flags). To test these features we would, depending on the feature, recommend building from master or using the nightly wheels that are made available on pytorch.org.

Level of commitment: We are committing to gathering high bandwidth feedback only on these features. Based on this feedback and potential further engagement between community members, we as a community will decide if we want to upgrade the level of commitment or to fail fast.


FX Graph Mode Quantization User Guide

Learn about FX Graph Mode Quantization.

FX, Quantization

FX Graph Mode Post Training Dynamic Quantization

Learn how to do post training dynamic quantization in graph mode based on torch.fx.

FX, Quantization

FX Graph Mode Post Training Static Quantization

Learn how to do post training static quantization in graph mode based on torch.fx.

FX, Quantization

Graph Mode Dynamic Quantization on BERT

Learn how to do post training dynamic quantization with graph mode quantization on BERT models.

Text, Quantization

PyTorch Numeric Suite Tutorial

Learn how to use the PyTorch Numeric Suite to support quantization debugging efforts.

Debugging, Quantization

Use iOS GPU in PyTorch

Learn how to run your models on iOS GPU.

Mobile

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources