From 65b1c6c87b848d7fbbb7a89a868cd1e5ff7a9929 Mon Sep 17 00:00:00 2001 From: Judd Date: Wed, 17 Jan 2024 19:06:45 +0800 Subject: [PATCH] Update README.md add a link to ChatLLM.cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50d4c12c7..75b286d67 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)