mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
update install instruction and update 404 links (#8101)
Co-authored-by: Jingyan Wang <jingywa@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
6a5b698d33
commit
cebfed27c8
2 changed files with 7 additions and 5 deletions
|
|
@ -66,7 +66,6 @@ These dependency versions should reflect what is in [Dockerfile.training](https:
|
|||
export PATH=<location for openmpi/bin/>:$PATH
|
||||
export LD_LIBRARY_PATH=<location for openmpi/lib/>:$LD_LIBRARY_PATH
|
||||
export MPI_CXX_INCLUDE_PATH=<location for openmpi/include/>
|
||||
source <location of the mpivars script> # e.g. /data/intel/impi/2018.3.222/intel64/bin/mpivars.sh
|
||||
```
|
||||
|
||||
3. Create the ONNX Runtime wheel
|
||||
|
|
|
|||
|
|
@ -4,13 +4,16 @@ grand_parent: Tutorials
|
|||
parent: Training
|
||||
nav_order: 1
|
||||
---
|
||||
# Accelerate PyTorch model training
|
||||
# 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/getting-started)
|
||||
* [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/nvidia-bert)
|
||||
* [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/huggingface-gpt2)
|
||||
* [Accelerate fine tuning of Huggingface GPT2 model](https://github.com/microsoft/onnxruntime-training-examples/tree/master/orttrainer/huggingface-gpt2)
|
||||
|
||||
* *More coming soon!*
|
||||
|
|
|
|||
Loading…
Reference in a new issue