mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
llama-cpp: bring back llama binary (#541066)
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
vulkanSupport ? false,
|
||||
rpcSupport ? false,
|
||||
openssl,
|
||||
llama-cpp,
|
||||
shaderc,
|
||||
vulkan-headers,
|
||||
vulkan-loader,
|
||||
@@ -190,9 +189,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
# upstream plans on adding targets at the cmakelevel, remove those
|
||||
# additional steps after that
|
||||
postInstall = ''
|
||||
# Match previous binary name for this package
|
||||
ln -sf $out/bin/llama-cli $out/bin/llama
|
||||
|
||||
mkdir -p $out/include
|
||||
cp $src/include/llama.h $out/include/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user