Skip to content

Commit 322f6ac

Browse files
committed
fix: fix qairt quick example modelscope command missing
signed-off-by: "Morgan ZHANG" <zifengzhang18@gmail.com>
1 parent 85d1b93 commit 322f6ac

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/common/ai/_qairt-quick-example.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
<NewCodeBlock tip="Device" type="device">
77

8-
```bash pip3 install modelscope modelscope download --model
9-
radxa/resnet50_qairt --local ./resnet50_qairt
8+
```bash
9+
pip3 install modelscope
10+
modelscope download --model radxa/resnet50_qairt --local ./resnet50_qairt
1011
```
1112

1213
</NewCodeBlock>

docs/common/ai/_qairt-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ git clone https://github.com/ZIFENG278/resnet50_qairt_example.git
339339

340340
- 拷贝 NPU 架构专用动态库文件到板端
341341

342-
请根据 SoC NPU 架构选择相应的 hexagon 文件夹, 这里以 QCS6490 为例字
342+
请根据 SoC NPU 架构选择相应的 hexagon 文件夹, 这里以 QCS6490 为例子
343343

344344
<NewCodeBlock tip="X86 Linux PC" type="PC">
345345

0 commit comments

Comments
 (0)