qwen example and futher documantation

This commit is contained in:
Tech08mag
2026-07-26 14:39:45 +02:00
parent 74fc6dc31c
commit 1428e150ce
7 changed files with 77 additions and 446 deletions
+1
View File
@@ -9,6 +9,7 @@ model = Qwen3TTSModel.from_pretrained(
device_map="cuda:0",
dtype=torch.bfloat16,
)
print(model.get_supported_languages())
with open("input.txt", "r") as f:
text = f.read()