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
101
101
pip install tpu_mlir* .whl # Replace with the downloaded file name
102
102
```
103
103
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.
105
105
106
106
## Writing the Conversion Script
107
107
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
113
113
pip install tpu_mlir* .whl # 这里就是下载文件的名字
114
114
```
115
115
116
- 执行 ` model_transform.py ` 会有打印帮助信息就算是安装成功了 。
116
+ 在容器内 ** 直接输入 ** ` model_transform.py ` 回车执行会有打印帮助信息就算是安装成功了 。
117
117
118
118
## 编写转换脚本
119
119
You can’t perform that action at this time.
0 commit comments