update readme

This commit is contained in:
Concedo 2023-05-09 16:17:52 +08:00
parent 2f2eff6e13
commit e4c6a1e3ed

View file

@ -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.