docs: update

This commit is contained in:
Carson M.
2026-03-06 01:05:04 -06:00
parent 94417081c4
commit 56b32fddd8
25 changed files with 1165 additions and 993 deletions

View File

@@ -2,10 +2,12 @@
title: 'Troubleshooting: Performance'
---
import Ort from '../../components/Ort';
# Troubleshooting: Performance
## Execution providers don't seem to register
`ort` is designed to fail gracefully when an execution provider is not available or fails to register. To debug errors raised by EPs, [set up logging for `ort`](/troubleshooting/logging).
## Execution providers don't seem to work
<Ort/> is designed to fail gracefully when an execution provider is not available or fails to register. To debug errors raised by EPs, [set up logging for <Ort/>](/troubleshooting/logging).
You can also detect EP regsitration failures programmatically. See [Execution providers: Fallback behavior](/perf/execution-providers#fallback-behavior) for more info.