File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,6 @@ effectiveStdenv.mkDerivation (
101
101
finalAttrs : {
102
102
name = "llama.cpp" ;
103
103
src = ../../. ;
104
- meta = {
105
- description = "Inference of LLaMA model in pure C/C++${ descriptionSuffix } " ;
106
- mainProgram = "llama" ;
107
-
108
-
109
- # These people might respond if you ping them in case of Nix-specific
110
- # regressions or for reviewing Nix-specific PRs.
111
-
112
- # Note that lib.maintainers is defined in Nixpkgs.
113
- maintainers = with lib . maintainers ; [
114
- philiptaron
115
- SomeoneSerge
116
- ] ;
117
- } ;
118
104
119
105
postPatch = ''
120
106
substituteInPlace ./ggml-metal.m \
@@ -190,5 +176,20 @@ effectiveStdenv.mkDerivation (
190
176
inputsFrom = [ finalAttrs . finalPackage ] ;
191
177
} ;
192
178
} ;
179
+
180
+ meta = {
181
+ description = "Inference of LLaMA model in pure C/C++${ descriptionSuffix } " ;
182
+ mainProgram = "llama" ;
183
+
184
+
185
+ # These people might respond if you ping them in case of Nix-specific
186
+ # regressions or for reviewing Nix-specific PRs.
187
+
188
+ # Note that lib.maintainers is defined in Nixpkgs.
189
+ maintainers = with lib . maintainers ; [
190
+ philiptaron
191
+ SomeoneSerge
192
+ ] ;
193
+ } ;
193
194
}
194
195
)
You can’t perform that action at this time.
0 commit comments