mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 01:31:31 +02:00
fix build
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ enum mtmd_gen_audio_type {
|
||||
MTMD_GEN_AUDIO_TYPE_NONE, // not supported
|
||||
MTMD_GEN_AUDIO_TYPE_MTP, // qwen3tts style, with MTP-like generation head
|
||||
};
|
||||
MTMD_API mtmd_gen_audio_type mtmd_gen_audio_get_type(const mtmd_context * ctx);
|
||||
MTMD_API enum mtmd_gen_audio_type mtmd_gen_audio_get_type(const mtmd_context * ctx);
|
||||
|
||||
struct mtmd_gen_inp {
|
||||
int32_t code0; // the sampled codebook 0 entry from backbone
|
||||
|
||||
Reference in New Issue
Block a user