Update examples/llama-bench/llama-bench.cpp
This commit is contained in:
parent
1b09493378
commit
acb26fd05e
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ struct cmd_params {
|
||||||
std::vector<std::vector<float>> tensor_split;
|
std::vector<std::vector<float>> tensor_split;
|
||||||
std::vector<bool> use_mmap;
|
std::vector<bool> use_mmap;
|
||||||
std::vector<bool> embeddings;
|
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;
|
ggml_numa_strategy numa;
|
||||||
int reps;
|
int reps;
|
||||||
bool verbose;
|
bool verbose;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue