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;