mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
IQ2_XXS_R4 (#154)
* iq2_xxs_r4: Zen4 Disapointing gain: 134.7 t/s -> 151.1 t/s for PP-512 TG-128 is better: 3.45 -> 4.61 t/s @ 1 thread * Minor * iq2_xxs_r4: NEON --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
@@ -188,6 +188,7 @@ extern "C" {
|
||||
LLAMA_FTYPE_MOSTLY_Q4_K_R4 = 214, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_Q5_K_R4 = 216, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_Q6_K_R4 = 218, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ2_XXS_R4 = 219, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ3_XXS_R4 = 223, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ4_NL_R4 = 225, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ4_XS_R4 = 230, // except 1d tensors
|
||||
|
||||
Reference in New Issue
Block a user