onnxruntime/docs/tutorials/accelerate-pytorch/ort-training.md

21 lines
774 B
Markdown
Raw Normal View History

---
title: Accelerate PyTorch Training
parent: Accelerate PyTorch
grand_parent: Tutorials
nav_order: 2
---
# ORTModule Examples
* [Use ORTModule with HuggingFace Models](https://github.com/microsoft/onnxruntime-training-examples/tree/master/huggingface)
# (deprecated) ORTTrainer Examples
{: .no_toc }
* [Get Started: Basic PyTorch transformer model](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/getting-started)
* [Accelerate pre-training of large BERT model](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/nvidia-bert)
* [Accelerate fine tuning of Huggingface GPT2 model](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/huggingface-gpt2)
* *More coming soon!*