File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Download the `whl` file from [GitHub](https://github.com/sophgo/tpu-mlir/release
101101pip 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
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ docker run --privileged --name tpu-env -v /home/$USER/data:/home/$USER/data -it
113113pip install tpu_mlir* .whl # 这里就是下载文件的名字
114114```
115115
116- 执行 ` model_transform.py ` 会有打印帮助信息就算是安装成功了 。
116+ 在容器内 ** 直接输入 ** ` model_transform.py ` 回车执行会有打印帮助信息就算是安装成功了 。
117117
118118## 编写转换脚本
119119
You can’t perform that action at this time.
0 commit comments