Skip to content

Commit 616d224

Browse files
committed
disable logging of whisper?
1 parent a67d820 commit 616d224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/src/managers/transcription.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl TranscriptionManager {
207207
);
208208

209209
// Install log trampoline once per model load (safe to call multiple times)
210-
install_logging_hooks();
210+
// install_logging_hooks();
211211

212212
// Create context parameters based on GPU availability
213213
let mut params = WhisperContextParameters::default();

0 commit comments

Comments
 (0)