mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
docs: no longer shipping XNNPACK
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
6
docs/next-env.d.ts
vendored
@@ -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.
|
||||
Reference in New Issue
Block a user