We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fef0f commit 1d49ca3Copy full SHA for 1d49ca3
.devops/nix/package.nix
@@ -128,10 +128,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
128
};
129
130
postPatch = ''
131
- substituteInPlace ./ggml/src/ggml-metal/ggml-metal.m \
132
- --replace '[bundle pathForResource:@"ggml-metal" ofType:@"metal"];' "@\"$out/bin/ggml-metal.metal\";"
133
134
- --replace '[bundle pathForResource:@"default" ofType:@"metallib"];' "@\"$out/bin/default.metallib\";"
135
'';
136
137
# With PR#6015 https://github.com/ggml-org/llama.cpp/pull/6015,
0 commit comments