summaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.cpp b/llama.cpp
index d6d575f9..99facbf7 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -1937,7 +1937,7 @@ namespace GGUFMeta {
target = override->bool_value;
return true;
}
- return true;
+ return false;
}
template<typename OT>