We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d1b93 commit 322f6acCopy full SHA for 322f6ac
2 files changed
docs/common/ai/_qairt-quick-example.mdx
@@ -5,8 +5,9 @@
5
6
<NewCodeBlock tip="Device" type="device">
7
8
-```bash pip3 install modelscope modelscope download --model
9
-radxa/resnet50_qairt --local ./resnet50_qairt
+```bash
+pip3 install modelscope
10
+modelscope download --model radxa/resnet50_qairt --local ./resnet50_qairt
11
```
12
13
</NewCodeBlock>
docs/common/ai/_qairt-usage.mdx
@@ -339,7 +339,7 @@ git clone https://github.com/ZIFENG278/resnet50_qairt_example.git
339
340
- 拷贝 NPU 架构专用动态库文件到板端
341
342
- 请根据 SoC NPU 架构选择相应的 hexagon 文件夹, 这里以 QCS6490 为例字
+ 请根据 SoC NPU 架构选择相应的 hexagon 文件夹, 这里以 QCS6490 为例子
343
344
<NewCodeBlock tip="X86 Linux PC" type="PC">
345
0 commit comments