We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8560e commit cf8238eCopy full SHA for cf8238e
1 file changed
flake.nix
@@ -45,6 +45,8 @@
45
postInstall = ''
46
mv $out/bin/main $out/bin/llama
47
mv $out/bin/server $out/bin/llama-server
48
+ mkdir $out/include
49
+ cp ${src}/llama.h $out/include/
50
'';
51
cmakeFlags = [ "-DLLAMA_BUILD_SERVER=ON" "-DLLAMA_MPI=ON" "-DBUILD_SHARED_LIBS=ON" "-DCMAKE_SKIP_BUILD_RPATH=ON" ];
52
in
0 commit comments