]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
readme : fix gpt-neox example link
authorGeorgi Gerganov <redacted>
Sat, 13 May 2023 13:02:49 +0000 (16:02 +0300)
committerGitHub <redacted>
Sat, 13 May 2023 13:02:49 +0000 (16:02 +0300)
README.md

index 6895cb572f9e36c38c9c0eb5cc17b1af1bfef1ed..a1b8e29e8f6e1f6e4c8830701c48abbcde10e9ce 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,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 (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/stablelm)
+- [X] Example of StableLM (GPT-NeoX) inference [examples/gpt-neox](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox)
 - [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)