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 165beb0 commit 9d6173fCopy full SHA for 9d6173f
.devops/nix/package.nix
@@ -160,9 +160,9 @@ effectiveStdenv.mkDerivation (
160
};
161
162
postPatch = ''
163
- substituteInPlace ./ggml-metal.m \
+ substituteInPlace ./ggml/src/ggml-metal.m \
164
--replace '[bundle pathForResource:@"ggml-metal" ofType:@"metal"];' "@\"$out/bin/ggml-metal.metal\";"
165
166
--replace '[bundle pathForResource:@"default" ofType:@"metallib"];' "@\"$out/bin/default.metallib\";"
167
'';
168
0 commit comments