Skip to content

Commit

Permalink
Revert LLAMA_NATIVE to OFF in flake.nix (ggerganov#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
iSma authored Jan 21, 2024
1 parent 05490fa commit 504dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 504dc37

Please sign in to comment.