未验证 提交 44af3fdf 编写于 作者: X xiguadong 提交者: GitHub

Update README.md (#1259)

上级 00f31fcc
......@@ -51,8 +51,13 @@ Tengine 核心代码由 4 个模块组成:
### 转换工具
- [预编译版本](https://github.com/OAID/Tengine/releases/download/lite-v1.2/convert_tool.zip) :提供 Ubuntu 18.04 系统上预编译好的模型转换工具;
- [在线转换版本](https://convertmodel.com/#outputFormat=tengine) :基于 WebAssembly 实现(浏览器本地转换,模型不会上传);
- [源码编译](https://github.com/OAID/Tengine-Convert-Tools) :参考 **Tengine-Convert-Tools** 项目编译生成,建议采用。
- [在线转换版本](https://convertmodel.com/#outputFormat=tengine) :基于 WebAssembly 实现(浏览器本地转换,模型不会上传;
- [源码编译](https://github.com/OAID/Tengine/tree/tengine-lite/tools/convert_tool) :建议在服务器或者PC上编译,指令如下:
```
mkdir build && cd build
cmake -DTENGINE_BUILD_CONVERT_TOOL=ON ..
make -j`nproc`
```
### 量化工具
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册