Skip to content

Commit

Permalink
Merge pull request alibaba#1754 from cmdbug/master
Browse files Browse the repository at this point in the history
[fix] fix typo
  • Loading branch information
jxt1234 authored Nov 12, 2021
2 parents e86c0ba + c2e81a6 commit 8f934c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/cross-compile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* 需要判断是否用到NEON时,使用`#ifdef MNN_USE_NEON`。不要直接判断是否为arm,有些arm是不支持neon的。

## 交叉编译
* 在项目根目录种调用`./project/cross-compile/build.sh`
* 在项目根目录中调用`./project/cross-compile/build.sh`
2 changes: 1 addition & 1 deletion tools/converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Compile Model Convert Tools(gcc>=4.9)
Firstly you need to install protobuf (version>3.0)
```bash
# MacOS
# macOS
brew install protobuf
```
Look up the [official document of installation](https://github.com/protocolbuffers/protobuf/tree/master/src) for other platforms.
Expand Down
2 changes: 1 addition & 1 deletion tools/converter/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## 编译模型转换工具(gcc>=4.9)
首先需要安装protobuf(3.0以上)
```bash
# MacOS
# macOS
brew install protobuf
```
其它平台请参考[官方安装步骤](https://github.com/protocolbuffers/protobuf/tree/master/src)
Expand Down

0 comments on commit 8f934c2

Please sign in to comment.