From: Georgi Gerganov Date: Sat, 13 May 2023 13:02:49 +0000 (+0300) Subject: readme : fix gpt-neox example link X-Git-Tag: upstream/0.0.1642~1481 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2b34e6375f5e9e09399c43ac496b7313564dc4d7;p=pkg%2Fggml%2Fsources%2Fggml readme : fix gpt-neox example link --- diff --git a/README.md b/README.md index 6895cb57..a1b8e29e 100644 --- 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)