Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Can't seem to turn off logs #196

@vlovich

Description

@vlovich

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_]'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions