Explorar o código

llama : fix try_override for bool_value which always return true (#4519)

hankcs %!s(int64=2) %!d(string=hai) anos
pai
achega
3c04bf6da8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      llama.cpp

+ 1 - 1
llama.cpp

@@ -1937,7 +1937,7 @@ namespace GGUFMeta {
                 target = override->bool_value;
                 return true;
             }
-            return true;
+            return false;
         }
 
         template<typename OT>