mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-03-10 05:50:08 +00:00
iq5_k_r4: Zen4
Much slower than the others.
This commit is contained in:
@@ -196,6 +196,7 @@ extern "C" {
|
||||
LLAMA_FTYPE_MOSTLY_IQ2_K_R4 = 338, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ3_K_R4 = 339, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ4_K_R4 = 340, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_IQ5_K_R4 = 341, // except 1d tensors
|
||||
LLAMA_FTYPE_MOSTLY_Q8_K_R8 = 399, // except 1d tensors
|
||||
|
||||
LLAMA_FTYPE_GUESSED = 1024, // not specified in the model file
|
||||
|
||||
Reference in New Issue
Block a user