Skip to content

Commit faf58ef

Browse files
committed
move no-host enumeration order together with other model params
1 parent dc4c64a commit faf58ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,9 +1174,9 @@ static std::vector<cmd_params_instance> get_cmd_params_instances(const cmd_param
11741174
for (const auto & ts : params.tensor_split)
11751175
for (const auto & ot : params.tensor_buft_overrides)
11761176
for (const auto & mmp : params.use_mmap)
1177+
for (const auto & noh : params.no_host)
11771178
for (const auto & embd : params.embeddings)
11781179
for (const auto & nopo : params.no_op_offload)
1179-
for (const auto & noh : params.no_host)
11801180
for (const auto & nb : params.n_batch)
11811181
for (const auto & nub : params.n_ubatch)
11821182
for (const auto & tk : params.type_k)

0 commit comments

Comments
 (0)