chess.wasm: encoder context value resulting in echoing

This commit is contained in:
Fraxy V 2023-11-21 20:42:20 +02:00
parent c83a38e89d
commit a787f7f85c

View File

@ -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;