From: Shijie Date: Thu, 12 Oct 2023 07:13:22 +0000 (+0800) Subject: readme : add qwen example (#575) X-Git-Tag: upstream/0.0.1642~1220 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ab765d7fddb34d316b28feaa9c6a6a6913884107;p=pkg%2Fggml%2Fsources%2Fggml readme : add qwen example (#575) --- diff --git a/README.md b/README.md index 5cfc8ba0..982f12bf 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of MiniGPT4 inference [Maknee/minigpt4.cpp](https://github.com/Maknee/minigpt4.cpp) - [X] Example of ChatGLM inference [li-plus/chatglm.cpp](https://github.com/li-plus/chatglm.cpp) - [X] Example of Stable Diffusion inference [leejet/stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) +- [X] Example of Qwen inference [QwenLM/qwen.cpp](https://github.com/QwenLM/qwen.cpp) ## Whisper inference (example)