From: Judd Date: Wed, 17 Jan 2024 19:43:53 +0000 (+0800) Subject: readme : add link (#699) X-Git-Tag: upstream/0.0.1642~1059 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=979ee329ca0ea2ef99bb8f455d84b6e69fe9583c;p=pkg%2Fggml%2Fsources%2Fggml readme : add link (#699) add a link to ChatLLM.cpp --- diff --git a/README.md b/README.md index 50d4c12c..75b286d6 100644 --- 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)