Skip to content

Commit 3e5cd2d

Browse files
jeffzhou2000iThalay
authored andcommitted
examples : fix typo in bench.cpp (ggml-org#1933)
1 parent c84d44f commit 3e5cd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bench/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// command-line parameters
99
struct whisper_params {
1010
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
11+
int32_t what = 0; // what to benchmark: 0 - whisper encoder, 1 - memcpy, 2 - ggml_mul_mat
1212

1313
std::string model = "models/ggml-base.en.bin";
1414

0 commit comments

Comments
 (0)