Skip to content

Commit

Permalink
tts : enable "return_tokens" in Python example
Browse files Browse the repository at this point in the history
ggml-ci
  • Loading branch information
ggerganov committed Dec 18, 2024
1 parent 2a1a6f6 commit 29df666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tts/tts-outetts.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def process_text(text: str):
"prompt": [prefix + words, *suffix],
"n_predict": 1024,
"cache_prompt": True,
"return_tokens": True,
"samplers": ["top_k"],
"top_k": 16,
"seed": 1003,
Expand Down

0 comments on commit 29df666

Please sign in to comment.