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 c65d0fd commit 0377596Copy full SHA for 0377596
src/whisper.cpp
@@ -3667,6 +3667,9 @@ struct whisper_context * whisper_init_with_params_no_state(struct whisper_model_
3667
WHISPER_LOG_INFO("%s: gpu_device = %d\n", __func__, params.gpu_device);
3668
WHISPER_LOG_INFO("%s: dtw = %d\n", __func__, params.dtw_token_timestamps);
3669
3670
+ // TODO: temporary call to force backend registry initialization
3671
+ WHISPER_LOG_INFO("%s: backends = %zu\n", __func__, ggml_backend_reg_count());
3672
+
3673
whisper_context * ctx = new whisper_context;
3674
ctx->params = params;
3675
0 commit comments