mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update resource section in readme (#13724)
### Description - adds link to release plans page - adds link to youtube channel
This commit is contained in:
parent
b4a4fa5aac
commit
b7c3862330
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue