From acb26fd05e39431cbe34831ccfb8685747e46ace Mon Sep 17 00:00:00 2001 From: slaren Date: Sun, 5 May 2024 14:17:16 +0200 Subject: [PATCH] Update examples/llama-bench/llama-bench.cpp --- examples/llama-bench/llama-bench.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/llama-bench/llama-bench.cpp b/examples/llama-bench/llama-bench.cpp index f271e862e..40128ec44 100644 --- a/examples/llama-bench/llama-bench.cpp +++ b/examples/llama-bench/llama-bench.cpp @@ -178,7 +178,6 @@ struct cmd_params { std::vector> tensor_split; std::vector use_mmap; std::vector embeddings; - //I'm not sure if it's safe to call llama_numa_init multiple times, so this isn't a vector. ggml_numa_strategy numa; int reps; bool verbose;