From: klosax Date: Tue, 25 Jul 2023 15:20:14 +0000 (+0200) Subject: readme : add chatglm example (#414) X-Git-Tag: upstream/0.0.1642~1291 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=33d63e9a7ed0d46d7a4a6fe5430733eefb4e71df;p=pkg%2Fggml%2Fsources%2Fggml readme : add chatglm example (#414) --- diff --git a/README.md b/README.md index 886ea6ae..570b5d90 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of Encodec inference [PABannier/encodec.cpp](https://github.com/PABannier/encodec.cpp) - [X] Example of CLIP inference [monatis/clip.cpp](https://github.com/monatis/clip.cpp) - [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) ## Whisper inference (example)