Skip to content

Commit

Permalink
examples : fix typo in bench.cpp (ggerganov#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwg authored Mar 6, 2024
1 parent a5390af commit 6642655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bench/bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// command-line parameters
struct whisper_params {
int32_t n_threads = std::min(4, (int32_t) std::thread::hardware_concurrency());
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

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

Expand Down

0 comments on commit 6642655

Please sign in to comment.