mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
* Remove incorrect sample links * Update tutorial list * Add link to BERT model acceleration tutorial
1.5 KiB
1.5 KiB
| title | parent | grand_parent | nav_order |
|---|---|---|---|
| Accelerate PyTorch Inference | Accelerate PyTorch | Tutorials | 1 |
Accelerate PyTorch model inferencing
{: .no_toc }
ONNX Runtime can be used to accelerate PyTorch models inferencing.
Convert model to ONNX
{: .no_toc }
- Basic PyTorch export through torch.onnx
- Super-resolution with ONNX Runtime
- Export PyTorch model with custom ops
Accelerate PyTorch model inferencing
{: .no_toc }
BERT
- Accelerate BERT model on CPU
- Accelerate BERT model on GPU
- Accelerate reduced size BERT model through quantization