Skip to content

Commit

Permalink
Update resource section in readme (microsoft#13724)
Browse files Browse the repository at this point in the history
### Description
- adds link to release plans page
- adds link to youtube channel
  • Loading branch information
faxu authored and fuhengwu2021 committed Dec 26, 2022
1 parent 3284f63 commit 0db98cf
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,15 +7,19 @@
**ONNX Runtime training** can accelerate the model training time on multi-node NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch training scripts. [Learn more →](https://www.onnxruntime.ai/docs/#onnx-runtime-for-training)


## Get Started
## Get Started & Resources

**General Information**: [onnxruntime.ai](https://onnxruntime.ai)
* **General Information**: [onnxruntime.ai](https://onnxruntime.ai)

**Usage documention and tutorials**: [onnxruntime.ai/docs](https://onnxruntime.ai/docs)
* **Usage documention and tutorials**: [onnxruntime.ai/docs](https://onnxruntime.ai/docs)

**Companion sample repositories**:
- ONNX Runtime Inferencing: [microsoft/onnxruntime-inference-examples](https://github.com/microsoft/onnxruntime-inference-examples)
- ONNX Runtime Training: [microsoft/onnxruntime-training-examples](https://github.com/microsoft/onnxruntime-training-examples)
* **YouTube video tutorials**: [youtube.com/@ONNXRuntime](https://www.youtube.com/@ONNXRuntime)

* [**Upcoming Release Roadmap**](https://github.com/microsoft/onnxruntime/wiki/Upcoming-Release-Roadmap)

* **Companion sample repositories**:
- ONNX Runtime Inferencing: [microsoft/onnxruntime-inference-examples](https://github.com/microsoft/onnxruntime-inference-examples)
- ONNX Runtime Training: [microsoft/onnxruntime-training-examples](https://github.com/microsoft/onnxruntime-training-examples)


## Build Pipeline Status

0 comments on commit 0db98cf

Please sign in to comment.