mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-08-02 16:10:53 -05:00
metal : fix q5_k mul_mv register spill (llama/20399)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#define N_R0_Q4_K 2
|
||||
#define N_SG_Q4_K 2
|
||||
|
||||
#define N_R0_Q5_K 2
|
||||
#define N_R0_Q5_K 1
|
||||
#define N_SG_Q5_K 2
|
||||
|
||||
#define N_R0_Q6_K 2
|
||||
|
||||
Reference in New Issue
Block a user