mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
add third-party pipeline status to README.md (#16155)
Refer to this [issue](https://github.com/microsoft/onnxruntime/issues/16154), please.
This commit is contained in:
parent
1b518c6836
commit
8c85d990c2
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
**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 & Resources
|
||||
|
||||
* **General Information**: [onnxruntime.ai](https://onnxruntime.ai)
|
||||
|
|
@ -17,12 +16,12 @@
|
|||
|
||||
* [**Upcoming Release Roadmap**](https://github.com/microsoft/onnxruntime/wiki/Upcoming-Release-Roadmap)
|
||||
|
||||
* **Companion sample repositories**:
|
||||
* **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)
|
||||
|
||||
## Builtin Pipeline Status
|
||||
|
||||
## Build Pipeline Status
|
||||
|System|Inference|Training|
|
||||
|---|---|---|
|
||||
|Windows|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)<br>[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)<br>[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=47)||
|
||||
|
|
@ -33,6 +32,11 @@
|
|||
|Web|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=161)||
|
||||
|Other|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=187&repoName=microsoft%2Fonnxruntime)<br>[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=164)||
|
||||
|
||||
## Third-party Pipeline Status
|
||||
|
||||
|System|Inference|Training|
|
||||
|---|---|---|
|
||||
|Linux|[](https://github.com/Ascend/onnxruntime/actions/workflows/build-and-test.yaml)||
|
||||
|
||||
## Data/Telemetry
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue