tts : fix n_ubatch + make WavTokenizer cache-less (#13713)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-05-22 22:21:07 +03:00
committed by GitHub
parent 797990c4bc
commit 8a1d206f1d
2 changed files with 5 additions and 2 deletions

View File

@ -13189,6 +13189,7 @@ llama_memory_i * llama_model::create_memory(const llama_memory_params & params,
case LLM_ARCH_JINA_BERT_V2:
case LLM_ARCH_NOMIC_BERT:
case LLM_ARCH_NOMIC_BERT_MOE:
case LLM_ARCH_WAVTOKENIZER_DEC:
{
res = nullptr;
} break;