]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add chatglm example (#414)
authorklosax <redacted>
Tue, 25 Jul 2023 15:20:14 +0000 (17:20 +0200)
committerGitHub <redacted>
Tue, 25 Jul 2023 15:20:14 +0000 (18:20 +0300)
README.md

index 886ea6ae9c1899cfca634a8fd334911fbff61f17..570b5d900a9f14501fbf3704741d242b97d377e1 100644 (file)
--- 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)