2021-05-10 22:19:37 +00:00
---
2021-09-15 21:23:42 +00:00
title: Accelerate PyTorch Inference
parent: Accelerate PyTorch
2021-05-10 22:19:37 +00:00
grand_parent: Tutorials
2021-09-15 21:23:42 +00:00
nav_order: 1
2021-05-10 22:19:37 +00:00
---
# Accelerate PyTorch model inferencing
{: .no_toc }
ONNX Runtime can be used to accelerate PyTorch models inferencing.
## Convert model to ONNX
2021-09-15 21:23:42 +00:00
{: .no_toc }
2021-05-10 22:19:37 +00:00
* [Basic PyTorch export through torch.onnx ](https://pytorch.org/docs/stable/onnx.html )
* [Super-resolution with ONNX Runtime ](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html )
* [Export PyTorch model with custom ops ](../tutorials/export-pytorch-model.md )
## Accelerate PyTorch model inferencing
2021-09-15 21:23:42 +00:00
{: .no_toc }
2021-05-10 22:19:37 +00:00
* [Accelerate reduced size BERT model through quantization ](https://github.com/microsoft/onnxruntime/blob/master/onnxruntime/python/tools/quantization/notebooks/bert/Bert-GLUE_OnnxRuntime_quantization.ipynb )