Skip to content

Commit aaaf652

Browse files
committed
docs(echo_tts): follow the encode_latents rename
The accessor was renamed from encode_zq in the previous commit; the model doc still named the old one. The remaining z_q mentions in the docs refer to the upstream PyTorch DAC.encode_zq / DAC.decode_zq, which are correct as written and should not be renamed with our C++ API.
1 parent 332ff3e commit aaaf652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/community_models/echo_tts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prove neither.
2929
| M3 | Long-form via the framework text chunker | yes | **no** |
3030
| M4 | Q8_0 conversion, RTF and memory evidence | partial | **no** |
3131

32-
Cloning is self-contained — `session.cpp` calls `codec_->encode_zq` directly, so no pre-computed
32+
Cloning is self-contained — `session.cpp` calls `codec_->encode_latents` directly, so no pre-computed
3333
speaker latent is required.
3434

3535
### Numerical parity against PyTorch

0 commit comments

Comments
 (0)