mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
does not work for e4b
This commit is contained in:
@@ -2279,6 +2279,9 @@ void kcpp_init_audio_proj(clip_ctx * ctx_a)
|
||||
case PROJECTOR_TYPE_GEMMA4A:
|
||||
audio_preproc = std::make_unique<mtmd_audio_preprocessor_gemma4a>(ctx_a);
|
||||
break;
|
||||
case PROJECTOR_TYPE_GEMMA4UA:
|
||||
audio_preproc = std::make_unique<mtmd_audio_preprocessor_gemma4ua>(ctx_a);
|
||||
break;
|
||||
default:
|
||||
GGML_ABORT("unsupported audio projector type");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user