Status: before coupling training. The backbone was swapped from Helium to Qwen3-8B, so the audio stack is not yet aligned with it — audio output is expected to be noise. The text stream is already fluent (evidence that the backbone transplant is numerically correct). Background and assembly code: https://github.com/un1876/k-moshi
# pip install "git+https://github.com/un1876/k-moshi.git@main" (not in upstream transformers)
from transformers.models.kmoshi.modeling_kmoshi import KmoshiForConditionalGeneration
model = KmoshiForConditionalGeneration.from_pretrained("spidyun/kmoshi")LICENSE / Notice in this repository.depth_decoder.text_embed_tokens is re-initialized for the new tokenizer vocab
(151936) and belongs to the coupling-training stage.