cleanup
This commit is contained in:
@@ -73,22 +73,6 @@ let
|
||||
sha256 = "vzAfWLyljR0Cg6pCeeyQJZNeOJh5xOILlbJnwDWu62o=";
|
||||
};
|
||||
|
||||
cmakeFlags = old.cmakeFlags ++ [
|
||||
"-DGGML_VULKAN=ON"
|
||||
"-DGGML_KOMPUTE=ON"
|
||||
"-DGGML_BLAS=ON"
|
||||
"-DGGML_VENDOR=Intel"
|
||||
];
|
||||
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||
pkgs.pkg-config
|
||||
];
|
||||
|
||||
buildInputs = old.buildInputs ++ [
|
||||
pkgs.mkl
|
||||
pkgs.blas
|
||||
];
|
||||
|
||||
patches = old.patches ++ [
|
||||
./gpt4all-HEAD-disable-settings-err.patch
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user