From e4c6a1e3ed7a8046cff0f53133ef0a94f79b1057 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 9 May 2023 16:17:52 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c6822b37..7a11078dd 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ For more information, be sure to run the program with the --help flag. - LLAMA (All versions including ggml, ggmf, ggjt, gpt4all). Supports CLBlast and OpenBLAS acceleration for all versions. - GPT-2 (All versions, including legacy f16, newer format + quanitzed, cerebras) Supports OpenBLAS acceleration only for newer format. - GPT-J (All versions including legacy f16, newer format + quantized, pyg.cpp, new pygmalion, janeway etc.) Supports OpenBLAS acceleration only for newer format. - - RWKV (f16 GGMF format), unaccelerated due to RNN properties. - - GPT-NeoX / Pythia + - RWKV (all formats except Q4_1_O). + - GPT-NeoX / Pythia / StableLM / Dolly / RedPajama - Basically every single current and historical GGML format that has ever existed should be supported, except for bloomz.cpp due to lack of demand.