mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
### Description Staged: https://faxu.github.io/onnxruntime/docs/performance/ Main changes: - Restructure performance section to break into sub-categories - Move CUDA specific perf tuning tips to [CUDA EP page](https://faxu.github.io/onnxruntime/docs/execution-providers/CUDA-ExecutionProvider.html#performance-tuning) - Update [Transformer optimizer page](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html) to remove version-specific content... will be supported along with https://github.com/microsoft/onnxruntime/pull/14964 - Fix links to point to new pages
10 lines
No EOL
318 B
Markdown
10 lines
No EOL
318 B
Markdown
---
|
|
title: Model optimizations
|
|
parent: Performance
|
|
nav_order: 2
|
|
has_children: true
|
|
---
|
|
|
|
# Model Optimizations
|
|
|
|
In addition to [tuning performance](./../tune-performance/index.md) using ONNX Runtime configurations, there are techniques that can be applied to reduce model size and/or complexity to improve performance. |