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 c84d44f commit 3e5cd2dCopy full SHA for 3e5cd2d
examples/bench/bench.cpp
@@ -8,7 +8,7 @@
8
// command-line parameters
9
struct whisper_params {
10
int32_t n_threads = std::min(4, (int32_t) std::thread::hardware_concurrency());
11
- int32_t what = 0; // what to benchmark: 0 - whisper ecoder, 1 - memcpy, 2 - ggml_mul_mat
+ int32_t what = 0; // what to benchmark: 0 - whisper encoder, 1 - memcpy, 2 - ggml_mul_mat
12
13
std::string model = "models/ggml-base.en.bin";
14
0 commit comments