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 f65e8b1 commit d6c7a10Copy full SHA for d6c7a10
examples/bench/bench.cpp
@@ -66,11 +66,8 @@ static int whisper_bench_full(const whisper_params & params) {
66
// whisper init
67
68
#ifdef BINDINGS_FLAT
69
- // whisper_flat_backend_load_all();
70
- ggml_backend_try_load_best("rpc", nullptr);
71
- ggml_backend_try_load_best("blas", nullptr);
72
- ggml_backend_try_load_best("cpu", nullptr);
73
-#endif
+ whisper_flat_backend_load_all();
+ #endif
74
75
struct whisper_context_params cparams = whisper_context_default_params();
76
0 commit comments