Skip to content

Commit f18b50c

Browse files
committed
[doc] update REAME, add mnn-llm, onnx-llm.
1 parent 137193f commit f18b50c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ llm-export是一个llm模型导出工具,能够将llm模型导出为onnx和mnn
88
- 🚀 优化原始代码,减少常量部分
99
- 🚀 使用[OnnxSlim](https://github.com/inisis/OnnxSlim)优化onnx模型,性能提升约5%; by [@inisis](https://github.com/inisis)
1010
- 🚀 支持将lora权重导出为onnx和mnn
11-
- 🚀 Onnx推理代码[OnnxLLM](https://github.com/inisis/OnnxLLM)
11+
- 🚀 MNN推理代码[mnn-llm](https://github.com/wangzhaode/mnn-llm)
12+
- 🚀 Onnx推理代码[onnx-llm](https://github.com/wangzhaode/onnx-llm), [OnnxLLM](https://github.com/inisis/OnnxLLM)
1213

1314
## 安装
1415
```sh

README_en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ llm-export is a tool for exporting llm models, capable of converting llm models
77
- 🚀 Optimized the original code to reduce the constant portion
88
- 🚀 Using [OnnxSlim](https://github.com/inisis/OnnxSlim) slim onnx model,speed up 5%; by [@inisis](https://github.com/inisis)
99
- 🚀 Support export lora weight to onnx or MNN model
10-
- 🚀 Onnx inference code [OnnxLLM](https://github.com/inisis/OnnxLLM)
10+
- 🚀 MNN inference code[mnn-llm](https://github.com/wangzhaode/mnn-llm)
11+
- 🚀 Onnx inference code [onnx-llm](https://github.com/wangzhaode/onnx-llm), [OnnxLLM](https://github.com/inisis/OnnxLLM)
1112

1213
## Install
1314

0 commit comments

Comments
 (0)