]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add qwen example (#575)
authorShijie <redacted>
Thu, 12 Oct 2023 07:13:22 +0000 (15:13 +0800)
committerGitHub <redacted>
Thu, 12 Oct 2023 07:13:22 +0000 (10:13 +0300)
README.md

index 5cfc8ba084f738d44628c727266b3406376dd580..982f12bf5e6761e42718f35b093dcd8a3662ded7 100644 (file)
--- 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)