Xuan-Son Nguyen
0713275082
mtmd: support Qwen3-TTS (note: breaking change to llama-tts binary) (#26254)
* convert text model
* main model load ok
* convert encoder ok
* speaker encoder loading ok
* speaker enc graph
* adapt vocab for backbone (with some tricks)
* add suppress_tokens
* poc new mtmd gen api
* convert code_predictor to gguf
* load gen_code model ok
* add clip_encode
* wire up
* code gen cgraph init version
Co-authored-by: Pascal <admin@serveurperso.com>
* code2wav convert to gguf
* code2wav graph ok
* wire up in/out
* (wip) subgraph
* wire up
* wip, correct code2wav
* demo (to be removed)
* code2wav preserve kv between calls
* demo voice clone
* llama: add llama_model_get_tok_embd
* mtmd_helper_gen_audio API
* fix clamp cold prefix
Co-authored-by: Pascal <admin@serveurperso.com>
* fuse snake op
Co-authored-by: Pascal <admin@serveurperso.com>
* demo: use proper sampling
* update dev docs
* polymorphism helper
* revamp llama-tts binary
* update docs
* fix compile
* fix lint
* nits
* add guide + docs
* more timings info
* clean up code comments
* security fixes
* update docs
* use ggml_build_forward_select, clean up comments
* fix ci
* use ISO 639-1 language code
* rename CODE2WAV --> GEN_WAV, update docs
* clean up
* clean up tts.cpp
* add seq_id
* add step_prompt()
* mtmd_helper_model_can_chat
* clean up comments
---------
Co-authored-by: Pascal <admin@serveurperso.com>
2026-08-04 17:26:15 +02:00
..
2026-08-03 17:59:11 -05:00
2026-08-04 17:26:15 +02:00
2026-08-04 17:26:15 +02:00
2023-11-07 00:36:23 +03:00
2026-04-17 11:11:46 +03:00
2026-04-17 11:11:46 +03:00
2026-07-22 09:54:08 +08:00
2026-05-25 08:56:18 +03:00
2026-04-03 09:07:59 +03:00
2026-07-22 09:54:08 +08:00
2026-07-22 09:54:08 +08:00
2026-08-02 04:13:20 -05:00
2026-08-02 04:13:20 -05:00
2026-08-03 17:59:11 -05:00
2026-07-28 04:27:20 -05:00
2026-07-26 20:54:25 +02:00
2026-08-03 18:58:15 +02:00
2026-08-04 17:26:15 +02:00
2026-04-06 20:54:06 +02:00
2026-03-05 10:47:28 +01:00
2026-04-27 08:06:39 +03:00
2026-04-27 08:06:39 +03:00
2026-08-02 19:25:27 +02:00
2026-08-02 19:25:27 +02:00
2026-07-27 16:21:37 +03:00
2026-06-13 08:09:52 +03:00
2026-06-17 18:04:58 +02:00
2026-06-17 18:04:58 +02:00
2026-07-08 14:52:43 +02:00
2026-06-04 17:45:40 +02:00
2026-06-04 17:45:40 +02:00
2026-06-20 17:43:04 -05:00
2025-12-16 04:05:23 -06:00
2026-01-04 22:22:16 +02:00
2026-06-17 09:19:11 +03:00
2026-05-14 13:05:52 +03:00
2026-01-28 19:42:42 +02:00
2026-01-28 19:42:42 +02:00
2026-07-07 10:25:04 +03:00
2026-03-31 13:50:51 +02:00
2026-05-29 09:21:37 +03:00
2026-01-30 21:27:27 +02:00
2026-07-25 11:58:09 +02:00
2026-06-21 16:20:58 -05:00
2026-07-25 21:15:27 +02:00
2026-06-18 12:45:23 +02:00
2026-07-25 11:58:09 +02:00
2026-07-25 11:58:09 +02:00
2026-08-04 09:02:49 +03:00
2026-08-03 14:26:09 +02:00
2026-08-04 13:17:15 +02:00
2026-07-07 18:52:30 +03:00
2026-07-26 20:54:25 +02:00
2026-07-26 20:54:25 +02:00
2026-07-25 11:58:09 +02:00
2026-07-25 11:58:09 +02:00
2026-03-11 10:26:12 +01:00
2026-03-11 10:26:12 +01:00