tts : enable "return_tokens" in Python example
ggml-ci
This commit is contained in:
parent
2a1a6f6326
commit
29df666d44
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ response = requests.post(
|
|||
"prompt": [prefix + words, *suffix],
|
||||
"n_predict": 1024,
|
||||
"cache_prompt": True,
|
||||
"return_tokens": True,
|
||||
"samplers": ["top_k"],
|
||||
"top_k": 16,
|
||||
"seed": 1003,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue