From: Georgi Gerganov Date: Fri, 7 Apr 2023 18:21:33 +0000 (+0300) Subject: readme : update Roadmap (add rwkv.cpp) X-Git-Tag: upstream/0.0.1642~1562 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4d2ae5c3203eb8f5dab480a8572792711b68839e;p=pkg%2Fggml%2Fsources%2Fggml readme : update Roadmap (add rwkv.cpp) --- diff --git a/README.md b/README.md index 5c33068f..5239bc9a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Some of the development is currently happening in the [llama.cpp](https://github - [X] Support 4-bit integer quantization https://github.com/ggerganov/ggml/pull/27 - [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 [llama.cpp](https://github.com/ggerganov/llama.cpp) -- [ ] Example of RWKV inference +- [X] Example of LLaMA inference [ggerganov/llama.cpp](https://github.com/ggerganov/llama.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 ## Whisper inference (example)