Skip to content

Commit b6d79ca

Browse files
committed
Merge branch 'fw702' into 'fw702'
fix: sync branch See merge request website/radxa-docs-contents!9
2 parents ba5f042 + 01f0b47 commit b6d79ca

File tree

10 files changed

+90
-0
lines changed

10 files changed

+90
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 50
3+
---
4+
5+
# AI 开发
6+
7+
主要介绍使用高通 QAIRT SDK 进行 AI 模型移植和使用 NPU 进行模型部署。
8+
9+
<DocCardList />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# AIMET 量化工具
6+
7+
import AIMET from '../../../common/ai/\_aimet.mdx';
8+
9+
<AIMET />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 8
3+
---
4+
5+
# 模型下载中心
6+
7+
import QAIRTMODELZOO from '../../../common/ai/\_qairt-model-zoo.mdx';
8+
9+
<QAIRTMODELZOO />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 6
3+
---
4+
5+
# QAI AppBuilder
6+
7+
import QAIAPPBUILDER from '../../../common/ai/\_qai-appbuilder.mdx';
8+
9+
<QAIAPPBUILDER />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# QAI Hub Models
6+
7+
import QAIHUBMODELS from '../../../common/ai/\_qai-hub-models.mdx';
8+
9+
<QAIHUBMODELS />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# QAIRT SDK 安装
6+
7+
import QAIRTINSTALL from '../../../common/ai/\_qairt-install.mdx';
8+
9+
<QAIRTINSTALL />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 0
3+
---
4+
5+
# NPU 开发指南
6+
7+
import QAIRTSDK from '../../../common/ai/\_qairt-sdk.mdx';
8+
9+
<QAIRTSDK />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# QAIRT CLI Tools
6+
7+
import QAIRTTOOLS from '../../../common/ai/\_qairt-tools.mdx';
8+
9+
<QAIRTTOOLS />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# QAIRT SDK 使用示例
6+
7+
import QAIRTUSAGE from '../../../common/ai/\_qairt-usage.mdx';
8+
9+
<QAIRTUSAGE />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# NPU 快速验证
6+
7+
import QAIRTQUICKEXAMPLE from '../../../common/ai/\_qairt-quick-example.mdx';
8+
9+
<QAIRTQUICKEXAMPLE />

0 commit comments

Comments
 (0)