add guide + docs

This commit is contained in:
Xuan Son Nguyen
2026-08-01 16:35:17 +02:00
parent bfc0714ad3
commit 4523db999e
4 changed files with 53 additions and 3 deletions
+2 -1
View File
@@ -4195,7 +4195,8 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
add_opt(common_arg(
{"--tts-lang"}, "FNAME",
"language for audio generation",
"language (two-letter country code) for audio generation\n"
"see tts/README.md for per-model usage notes",
[](common_params & params, const std::string & value) {
params.tts_lang = value;
}