From 8b7d63f944f6b674b1fb8fb4a147a707c7db4139 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 10 Jun 2026 22:02:50 +0500 Subject: [PATCH] docs: clarify Orpheus live-codec TTS is live in training.md (v0.71.22) The live-codec block claimed the entire data.format=audio path was "not validated on the maintainer's box" and only surfaced a RuntimeError. v0.71.22 made the Orpheus SNAC encode live + validated; note that while the other four families stay dependency-gated. Docs-only, no version bump. --- docs/training.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/training.md b/docs/training.md index 66cca2a..c50cbce 100644 --- a/docs/training.md +++ b/docs/training.md @@ -1026,10 +1026,13 @@ prepends the family's emotion control string to the first user turn. **Live-codec (hardware/dependency-gated).** Setting `data.format: audio` asks the trainer to encode raw audio into codec tokens **at train time**, which needs the family's heavyweight codec package (`snac` for Orpheus, `moshi` for -Sesame-CSM, `xcodec2` for Llasa, `sparktts` for Spark, `outetts` for Oute). This -path surfaces a friendly per-family `RuntimeError` naming the required `pip -install` and is not validated on the maintainer's box — use the pre-encoded -workflow above for a runnable fine-tune. +Sesame-CSM, `xcodec2` for Llasa, `sparktts` for Spark, `outetts` for Oute). The +**Orpheus** path is live — install `pip install snac` and a 24 kHz mono wav is +encoded to SNAC codec tokens end-to-end (audio is duration- and byte-capped and +read through an `O_NOFOLLOW` fd). The other four families still surface a +friendly per-family `RuntimeError` naming the required `pip install` and are not +yet validated on the maintainer's box — use the pre-encoded workflow above for a +runnable fine-tune with those. Five ready-made recipes ship: `orpheus-tts-sft`, `sesame-csm-tts`, `llasa-tts`, `spark-tts`, `oute-tts` — copy with `soup recipes use `. Cross-validators