koboldcpp: 1.86.2 -> 1.92
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.92 Diff: https://github.com/LostRuins/koboldcpp/compare/v1.86.2...v1.92
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
vulkanSupport ? (!stdenv.hostPlatform.isDarwin),
|
||||
vulkan-loader,
|
||||
shaderc,
|
||||
metalSupport ? stdenv.hostPlatform.isDarwin,
|
||||
nix-update-script,
|
||||
}:
|
||||
@@ -40,13 +41,13 @@ let
|
||||
in
|
||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "koboldcpp";
|
||||
version = "1.86.2";
|
||||
version = "1.92";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "LostRuins";
|
||||
repo = "koboldcpp";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-zB/X4tfygpf3ZrQ9FtQCd3sxN11Ewlxz1+YCiw7iUZU=";
|
||||
hash = "sha256-tVY8j3RlRiZ3UK5YTzyhV77nk97jRF8frtjq4Ws84WU=";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
@@ -72,7 +73,10 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
clblast
|
||||
ocl-icd
|
||||
]
|
||||
++ lib.optionals vulkanSupport [ vulkan-loader ];
|
||||
++ lib.optionals vulkanSupport [
|
||||
vulkan-loader
|
||||
shaderc
|
||||
];
|
||||
|
||||
pythonPath = finalAttrs.pythonInputs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user