We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d820 commit 616d224Copy full SHA for 616d224
src-tauri/src/managers/transcription.rs
@@ -207,7 +207,7 @@ impl TranscriptionManager {
207
);
208
209
// Install log trampoline once per model load (safe to call multiple times)
210
- install_logging_hooks();
+ // install_logging_hooks();
211
212
// Create context parameters based on GPU availability
213
let mut params = WhisperContextParameters::default();
0 commit comments