This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Can't seem to turn off logs #196
Copy link
Copy link
Closed as not planned
Description
I have the following params set which the docs indicate should turn off stdout/stderr noise:
params.set_debug_mode(false);
params.set_print_special(false);
params.set_print_progress(false);
params.set_print_realtime(false);
params.set_print_timestamps(false);
but for some reason I'm still seeing output like the following on my terminal:
whisper_full_with_state: decoder 0 completed
whisper_full_with_state: decoder 0: score = -0.88475, result_len = 10, avg_logprobs = -0.88475, entropy = 2.16396
whisper_full_with_state: best decoder = 0
seek = 500, seek_delta = 500
whisper_full_with_state: strategy = 0, decoding with 1 decoders, temperature = 0.00
whisper_full_with_state: prompt[0] = [_SOT_]
whisper_full_with_state: prompt[1] = [_LANG_en]
whisper_full_with_state: prompt[2] = [_TRANSCRIBE_]
whisper_full_with_state: id = 0, decoder = 0, token = 50364, p = 0.722, ts = [_BEG_], 0.722, result_len = 0 '[_BEG_]'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels