index tts stash save

This commit is contained in:
jhqxxx
2026-01-30 22:04:23 +08:00
parent 53791efa80
commit e3944588fc
39 changed files with 4613 additions and 137 deletions
+3
View File
@@ -150,6 +150,9 @@ impl Qwen3DecoderLayer {
config.intermediate_size,
config.hidden_act,
false,
None,
None,
None,
)?;
let input_layernorm = rms_norm(
config.hidden_size,