From: Nouamane Tazi Date: Sat, 13 May 2023 10:46:10 +0000 (+0200) Subject: readme : add BLOOM example (#151) X-Git-Tag: upstream/0.0.1642~1483 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3a58326cd3ca627aeeb0e8951eccbb714845f7e6;p=pkg%2Fggml%2Fsources%2Fggml readme : add BLOOM example (#151) --- diff --git a/README.md b/README.md index a6eb5c5b..6895cb57 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Example of Cerebras-GPT inference [examples/gpt-2](https://github.com/ggerganov/ggml/tree/master/examples/gpt-2) - [ ] Example of FLAN-T5 inference https://github.com/ggerganov/ggml/pull/12 - [X] Example of LLaMA inference [ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) +- [X] Example of BLOOM inference [NouamaneTazi/bloomz.cpp](https://github.com/NouamaneTazi/bloomz.cpp) - [X] Example of RWKV inference [saharNooby/rwkv.cpp](https://github.com/saharNooby/rwkv.cpp) - [ ] Example of [SAM](https://github.com/facebookresearch/segment-anything) inference - [ ] Idea for GPU support: https://github.com/ggerganov/llama.cpp/discussions/915