From: Georgi Gerganov Date: Thu, 20 Apr 2023 20:21:38 +0000 (+0300) Subject: readme : add StableLM reference X-Git-Tag: upstream/0.0.1642~1536 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0a49898de7f665d93e070756c1dee35d1d06d324;p=pkg%2Fggml%2Fsources%2Fggml readme : add StableLM reference --- diff --git a/README.md b/README.md index a3d4c542..ac8240e0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Some of the development is currently happening in the [llama.cpp](https://github - [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 +- [X] Example of StableLM (GPTNeoX) inference [examples/stablelm](https://github.com/ggerganov/ggml/tree/master/examples/stablelm) ## Whisper inference (example)