Skip to content

Commit 1f13afc

Browse files
committed
optimize maixcam model convert tool doc
1 parent 6ff654d commit 1f13afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/doc/en/ai_model_converter/maixcam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Download the `whl` file from [GitHub](https://github.com/sophgo/tpu-mlir/release
101101
pip install tpu_mlir*.whl # Replace with the downloaded file name
102102
```
103103

104-
Running `model_transform.py` should display help information, indicating a successful installation.
104+
Type `model_transform.py` end with Enter key in container should display help information, indicating a successful installation.
105105

106106
## Writing the Conversion Script
107107

docs/doc/zh/ai_model_converter/maixcam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ docker run --privileged --name tpu-env -v /home/$USER/data:/home/$USER/data -it
113113
pip install tpu_mlir*.whl # 这里就是下载文件的名字
114114
```
115115

116-
执行`model_transform.py` 会有打印帮助信息就算是安装成功了
116+
在容器内**直接输入**`model_transform.py`回车执行会有打印帮助信息就算是安装成功了
117117

118118
## 编写转换脚本
119119

0 commit comments

Comments
 (0)