mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-22 18:24:14 +00:00
chess.wasm: encoder context value resulting in echoing
This commit is contained in:
parent
c83a38e89d
commit
a787f7f85c
@ -108,7 +108,7 @@ void command_main(size_t index) {
|
||||
wparams.print_special = false;
|
||||
|
||||
wparams.max_tokens = 32;
|
||||
wparams.audio_ctx = 768; // partial encoder context for better performance
|
||||
// wparams.audio_ctx = 768; // partial encoder context for better performance
|
||||
|
||||
wparams.temperature = 0.4f;
|
||||
wparams.temperature_inc = 1.0f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user