diff options
author | iSma <ismail.senhaji@gmail.com> | 2024-01-21 22:37:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 21:37:13 +0000 |
commit | 504dc37be8446fb09b1ede70300250ad41be32a2 (patch) | |
tree | de60e9f4803197cfa58c69bc9b8e0d0567606dfe | |
parent | 05490fad7f7f60ff2bed9ad05cd81b44e82ccde3 (diff) |
Revert LLAMA_NATIVE to OFF in flake.nix (#5066)
-rw-r--r-- | .devops/nix/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/nix/package.nix b/.devops/nix/package.nix index 43bdbd75..1ef2c6cd 100644 --- a/.devops/nix/package.nix +++ b/.devops/nix/package.nix @@ -159,7 +159,7 @@ effectiveStdenv.mkDerivation ( cmakeFlags = [ - (cmakeBool "LLAMA_NATIVE" true) + (cmakeBool "LLAMA_NATIVE" false) (cmakeBool "LLAMA_BUILD_SERVER" true) (cmakeBool "BUILD_SHARED_LIBS" true) (cmakeBool "CMAKE_SKIP_BUILD_RPATH" true) |