]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add link (#699)
authorJudd <redacted>
Wed, 17 Jan 2024 19:43:53 +0000 (03:43 +0800)
committerGitHub <redacted>
Wed, 17 Jan 2024 19:43:53 +0000 (21:43 +0200)
add a link to ChatLLM.cpp

README.md

index 50d4c12c7278efc3cfc28bd1a8bb57fc178891cf..75b286d67028f33f3f118edb325768a914f1c703 100644 (file)
--- a/README.md
+++ b/README.md
@@ -49,6 +49,7 @@ Some of the development is currently happening in the [llama.cpp](https://github
 - [X] Example of Qwen inference [QwenLM/qwen.cpp](https://github.com/QwenLM/qwen.cpp)
 - [X] Example of YOLO inference [examples/yolo](https://github.com/ggerganov/ggml/tree/master/examples/yolo)
 - [X] Example of ViT inference [staghado/vit.cpp](https://github.com/staghado/vit.cpp)
+- [X] Example of multiple LLMs inference [foldl/chatllm.cpp](https://github.com/foldl/chatllm.cpp)
 - [X] SeamlessM4T inference *(in development)* https://github.com/facebookresearch/seamless_communication/tree/main/ggml
 
 ## Whisper inference (example)