Skip to content

Commit d6c7a10

Browse files
committed
Oops - accidental commit - fixup
1 parent f65e8b1 commit d6c7a10

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/bench/bench.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,8 @@ static int whisper_bench_full(const whisper_params & params) {
6666
// whisper init
6767

6868
#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
69+
whisper_flat_backend_load_all();
70+
#endif
7471

7572
struct whisper_context_params cparams = whisper_context_default_params();
7673

0 commit comments

Comments
 (0)