This commit is contained in:
2024-10-04 13:22:45 -04:00
parent a5d96bd1a2
commit 94c61311f2
5 changed files with 33 additions and 51 deletions

View File

@@ -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
];