From ba3e8a3d7fce86ecca17656db9a96beafa628676 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 6 Mar 2023 07:40:55 +0200 Subject: [PATCH] readme : update Roadmap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17e8790..355fe07 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Some of the development is currently happening in the [whisper.cpp](https://gith - [ ] Support 4-bit integer quantization https://github.com/ggerganov/ggml/pull/27 - [ ] Example of FLAN-T5 inference https://github.com/ggerganov/ggml/pull/12 - [ ] Example of LLaMA inference +- [ ] Example of RWKV inference ## Whisper inference (example)