Skip to content

Commit

Permalink
readme : add link (#699)
Browse files Browse the repository at this point in the history
add a link to ChatLLM.cpp
  • Loading branch information
foldl authored Jan 17, 2024
1 parent 6c1ce0b commit 979ee32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 979ee32

Please sign in to comment.