mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Changes include: - Added a new page for `On-Device Training` overview: [Preview](https://baijumeswani.github.io/onnxruntime/docs/get-started/on-device-training.html) - Added a new section for `On-Device Training` installation: [Preview](https://baijumeswani.github.io/onnxruntime/docs/install/#install-for-on-device-training) - Added a new section for `On-Device Training` build from source: [Preview](https://baijumeswani.github.io/onnxruntime/docs/build/training.html#build-for-on-device-training) - Updated Large Model Training overview, installation, build pages to reflect what is currently accurate. Website preview: https://baijumeswani.github.io/onnxruntime/ Pending website work: - Update links for released packages for training. - Add tutorial for on-device training - Add links to the blog posts that detail on device training.
1.6 KiB
1.6 KiB
| title | parent | nav_order |
|---|---|---|
| C++ | Get Started | 2 |
Get started with ORT for C++
{: .no_toc }
Contents
{: .no_toc }
- TOC placeholder {:toc}
Builds
| Artifact | Description | Supported Platforms |
|---|---|---|
| Microsoft.ML.OnnxRuntime | CPU (Release) | Windows, Linux, Mac, X64, X86 (Windows-only), ARM64 (Windows-only)...more details: compatibility |
| Microsoft.ML.OnnxRuntime.Gpu | GPU - CUDA (Release) | Windows, Linux, Mac, X64...more details: compatibility |
| Microsoft.ML.OnnxRuntime.DirectML | GPU - DirectML (Release) | Windows 10 1709+ |
| ort-nightly | CPU, GPU (Dev), CPU (On-Device Training) | Same as Release versions |
| Microsoft.ML.OnnxRuntime.Training | CPU On-Device Training (Release) | Windows, Linux, Mac, X64, X86 (Windows-only), ARM64 (Windows-only)...more details: compatibility |
.zip and .tgz files are also included as assets in each Github release.
API Reference
The C++ API is a thin wrapper of the C API. Please refer to C API for more details.