Views
No views yet
llm_build2),step0 logits 精度更高、长程生成更稳temperature=0.0 被运行时钳制为 1.0,实际退化为无种子 softmax 采样,
导致每次生成完全不同、偶发近乎静音;本版固定为 argmax 确定性生成,相同输入多次运行 token 序列完全一致models/:预编译模型
lm_s8/:LM 10 层 decode-only axmodel + post + embedding(Pulsar2 7.0 llm_build2,s8/bf16 hidden)fine_local.axmodel(INT8,cos 0.9997)decoder_sq.axmodel(SmoothQuant+U16,mag 0.998+ / phase 0.95-0.97)bin/:C++ 可执行(AX650/aarch64)
hojo_tts_cpp / tts_driver:LM 生成 + 全链路出 wav1./bin/hojo_tts_cpp \
2 models/lm_s8 <embeds.bin> <num_tokens> 17659 128 \
3 models/fine_local.axmodel models/decoder_sq.axmodel \
4 models/lm_s8/embed_tokens.bin models/speaker_vecs.bin \
5 <voice_idx> models/id2code.bin out.wav<embeds.bin> 为文本 prompt 的 BF16 embedding(50 token 示例见 models/README.md 说明),
输出 out.wav(24kHz)。音色索引 0-14(voice_ids 见 models/Hojo-TTS-Light-40M-voice.npz)。post_config.json 默认采样,避免长文本重复退化;greedy 可通过
enable_temperature=false 开启)ml-inory/hojo-tts-light.axera