Skip to content

Commit dc4c64a

Browse files
committed
fix equal_mparams
1 parent 473a84f commit dc4c64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@ struct cmd_params_instance {
11381138
split_mode == other.split_mode &&
11391139
main_gpu == other.main_gpu && use_mmap == other.use_mmap && tensor_split == other.tensor_split &&
11401140
devices == other.devices &&
1141+
no_host == other.no_host &&
11411142
vec_tensor_buft_override_equal(tensor_buft_overrides, other.tensor_buft_overrides);
11421143
}
11431144

0 commit comments

Comments
 (0)