mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 03:11:51 +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
|
#ifdef HAVE_FANCY_SIMD
|
||||||
set_functions<IQ4_NL_UnpackerU>(kernels);
|
set_functions<IQ4_NL_UnpackerU>(kernels);
|
||||||
#else
|
#else
|
||||||
set_functions<IQ4_NL_UnpackernS>(kernels);
|
set_functions<IQ4_NL_UnpackerS>(kernels);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case GGML_TYPE_MXFP4:
|
case GGML_TYPE_MXFP4:
|
||||||
|
|||||||
Reference in New Issue
Block a user