]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : add StableLM reference
authorGeorgi Gerganov <redacted>
Thu, 20 Apr 2023 20:21:38 +0000 (23:21 +0300)
committerGitHub <redacted>
Thu, 20 Apr 2023 20:21:38 +0000 (23:21 +0300)
README.md

index a3d4c542b1ebce1c3e225694a8a1cc5888d69c06..ac8240e0035bf107988892c0dcc3e0f8dee32376 100644 (file)
--- 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)