mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
Fix typo
This commit is contained in:
@@ -1988,7 +1988,7 @@ bool iqk_set_kernels_legacy_quants(int ne00, int typeA, int typeB, std::array<mu
|
||||
#ifdef HAVE_FANCY_SIMD
|
||||
set_functions<IQ4_NL_UnpackerU>(kernels);
|
||||
#else
|
||||
set_functions<IQ4_NL_UnpackernS>(kernels);
|
||||
set_functions<IQ4_NL_UnpackerS>(kernels);
|
||||
#endif
|
||||
break;
|
||||
case GGML_TYPE_MXFP4:
|
||||
|
||||
Reference in New Issue
Block a user