llama-cpp: Split outputs
Avoids conflict in output files with stable-diffusion-cpp. Ideally they would probably both consume ggml instead of vendoring.
This commit is contained in:
@@ -76,6 +76,11 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "llama-cpp";
|
||||
version = "7772";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggml-org";
|
||||
repo = "llama.cpp";
|
||||
|
||||
Reference in New Issue
Block a user