Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MNN description in README. #916

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ Qwen2.5 has already been supported by [lmstudio.ai](https://lmstudio.ai/). You c

Qwen2.5 has already been supported by [OpenVINO toolkit](https://github.com/openvinotoolkit). You can install and run this [chatbot example](https://github.com/OpenVINO-dev-contest/Qwen2.openvino) with Intel CPU, integrated GPU or discrete GPU.

#### MNN

Qwen2.5 has already been supported by [MNN](https://github.com/alibaba/MNN). You can export model by [llm-export](https://github.com/wangzhaode/llm-export) and run with mobile devices using CPU or GPU. You can also download Qwen2.5 models from modelscope, model list and mobile demos in [mnn-llm](https://github.com/wangzhaode/mnn-llm).

## Web UI

Expand Down