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-06-21 16:20:58 -05:00
2026-07-30 19:34:04 +03:00
2026-04-02 22:53:58 +02:00
2026-08-03 18:58:15 +02:00
2026-05-26 19:05:48 +03:00
2026-04-02 22:53:58 +02:00
2026-07-13 15:36:51 +03:00
2026-08-03 14:26:09 +02:00
2026-07-30 19:34:04 +03:00
2026-08-03 07:33:37 +03:00
2026-08-04 09:02:49 +03:00
2025-12-10 12:32:23 -08:00
2026-07-10 11:04:31 +08:00
2025-07-03 07:48:32 +03:00
2026-07-22 09:54:08 +08:00
2026-08-02 04:13:20 -05:00
2026-06-28 15:50:31 +02:00
2026-08-03 17:59:11 -05:00
2026-06-09 12:01:37 +03:00
2024-07-12 10:46:02 +03:00
2026-07-14 13:15:41 +03:00
2025-04-24 16:00:10 +03:00
2026-04-02 22:53:58 +02:00
2026-07-13 13:55:15 +03:00
2026-03-21 18:43:35 +01:00
2025-12-22 11:00:37 +01:00
2026-03-21 18:43:35 +01:00
2026-07-26 20:54:25 +02:00
2026-06-20 17:43:04 -05:00
2026-08-04 17:26:15 +02:00
2026-03-21 18:43:35 +01:00
2026-04-29 10:58:43 +03:00
2025-12-10 15:28:59 +01:00
2026-07-30 19:34:04 +03:00
2026-08-03 18:58:15 +02:00
2026-06-08 14:40:12 +03:00
2025-08-26 22:14:38 +02:00
2026-03-06 21:01:00 +01:00
2026-07-30 19:34:04 +03:00
2026-07-07 12:05:47 -07:00
2025-09-25 08:06:06 +03:00
2026-07-23 20:32:56 +08:00
2026-07-25 11:58:09 +02:00
2026-08-02 20:55:34 +08:00
2025-11-11 13:33:24 +02:00
2026-07-30 19:34:04 +03:00
2026-08-04 09:02:49 +03:00
2026-07-27 13:11:20 +03:00
2026-05-05 09:23:50 +02:00
2026-06-25 09:22:51 +03:00
2025-12-22 11:00:37 +01:00
2026-04-09 12:36:29 +02:00
2026-02-26 12:14:09 +01:00
2025-12-22 11:00:37 +01:00
2025-12-22 11:00:37 +01:00
2026-04-09 12:36:29 +02:00
2025-09-27 02:03:33 +08:00
2026-01-16 11:22:06 +01:00