Add environmental variable GGML_KLEIDIAI_SME

This commit is contained in:
Charles Xu 2025-01-30 12:50:08 +01:00
parent 6adca19c94
commit 119d3bf986
14 changed files with 38 additions and 48 deletions

View file

@ -304,8 +304,6 @@ extern "C" {
bool use_mmap; // use mmap if possible
bool use_mlock; // force system to keep model in RAM
bool check_tensors; // validate model tensor data
int n_threads;
};
// NOTE: changing the default values of parameters marked as [EXPERIMENTAL] may cause crashes or incorrect results in certain configurations