Skip to content

Commit 722a301

Browse files
iSmahodlen
authored andcommitted
Revert LLAMA_NATIVE to OFF in flake.nix (ggml-org#5066)
1 parent f943546 commit 722a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ effectiveStdenv.mkDerivation (
159159

160160
cmakeFlags =
161161
[
162-
(cmakeBool "LLAMA_NATIVE" true)
162+
(cmakeBool "LLAMA_NATIVE" false)
163163
(cmakeBool "LLAMA_BUILD_SERVER" true)
164164
(cmakeBool "BUILD_SHARED_LIBS" true)
165165
(cmakeBool "CMAKE_SKIP_BUILD_RPATH" true)

0 commit comments

Comments
 (0)