From: Georgi Gerganov Date: Sat, 13 May 2023 10:04:57 +0000 (+0300) Subject: readme : update example list (#146) X-Git-Tag: upstream/0.0.1642~1485 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9ffa152f810eb0b6334a5ac29e06be26435cacc0;p=pkg%2Fggml%2Fsources%2Fggml readme : update example list (#146) --- diff --git a/README.md b/README.md index 917f28d3..a6eb5c5b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [ ] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915 - [X] Example of StableLM (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/stablelm) - [X] Example of BERT inference [skeskinen/bert.cpp](https://github.com/skeskinen/bert.cpp) +- [X] Example of 💫 StarCoder inference [examples/starcoder](https://github.com/ggerganov/ggml/tree/master/examples/starcoder) ## Whisper inference (example)