Update examples/llama-bench/llama-bench.cpp

This commit is contained in:
slaren 2024-05-05 14:17:16 +02:00 committed by GitHub
parent 1b09493378
commit acb26fd05e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,6 @@ struct cmd_params {
std::vector<std::vector<float>> tensor_split;
std::vector<bool> use_mmap;
std::vector<bool> 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;