Skip to content

Commit 1c69b0e

Browse files
committed
llama-bench : whitespace formatting
1 parent bb6569e commit 1c69b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -690,11 +690,11 @@ static cmd_params parse_cmd_params(int argc, char ** argv) {
690690

691691
enum test_kind_type {
692692
// measure mean prompt processing rate without token generation
693-
TEST_KIND_PP,
693+
TEST_KIND_PP,
694694
// measure mean token generation rate without prompt processing
695-
TEST_KIND_TG,
695+
TEST_KIND_TG,
696696
// measure mean prompt processing and token generation rate
697-
TEST_KIND_PG,
697+
TEST_KIND_PG,
698698
// measure mean token generation rate after processing prompt of given length
699699
TEST_KIND_GP,
700700
};

0 commit comments

Comments
 (0)