docs: no longer shipping XNNPACK

This commit is contained in:
Carson M.
2026-04-07 14:03:37 -05:00
parent 0f04123c08
commit 8724e89ff0
3 changed files with 2 additions and 9 deletions

View File

@@ -192,7 +192,7 @@ See [Runtime dylib loading](/setup/linking#runtime-dylib-loading) for more infor
### Prebuilt binary combos
<Ort/> provides prebuilt binaries for the following combinations of EP features:
- `directml`/`xnnpack`/`coreml` are available in any build if the platform supports it.
- `directml`/`coreml` are available in any build if the platform supports it.
- `cuda`/`tensorrt`
- `webgpu`
- `nvrtx`

View File

@@ -87,8 +87,7 @@ export const EXECUTION_PROVIDER_ARRAY: ExecutionProvider[] = [
vendor: 'Google',
name: 'XNNPACK',
feature: 'xnnpack',
platforms: [ { arch: 'x64' }, { arch: 'arm64' }, { arch: 'web' } ],
binaries: [ { arch: 'x64' }, { arch: 'arm64' }, { arch: 'web' } ]
platforms: [ { arch: 'x64' }, { arch: 'arm64' }, { arch: 'web' } ]
},
{
icon: <SiQualcomm style={{ color: '#2e52dd' }} />,

6
docs/next-env.d.ts vendored
View File

@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.