]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add BLOOM example (#151)
authorNouamane Tazi <redacted>
Sat, 13 May 2023 10:46:10 +0000 (12:46 +0200)
committerGitHub <redacted>
Sat, 13 May 2023 10:46:10 +0000 (13:46 +0300)
README.md

index a6eb5c5b170df26b54dd2da0645e17ba6e81b45f..6895cb572f9e36c38c9c0eb5cc17b1af1bfef1ed 100644 (file)
--- 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