koboldcpp: 1.71.1 -> 1.72
Changelog: https://github.com/LostRuins/koboldcpp/releases/tag/v1.72 Diff: https://github.com/LostRuins/koboldcpp/compare/v1.71.1...v1.72
This commit is contained in:
@@ -53,13 +53,13 @@ let
|
|||||||
in
|
in
|
||||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "koboldcpp";
|
pname = "koboldcpp";
|
||||||
version = "1.71.1";
|
version = "1.72";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LostRuins";
|
owner = "LostRuins";
|
||||||
repo = "koboldcpp";
|
repo = "koboldcpp";
|
||||||
rev = "refs/tags/v${finalAttrs.version}";
|
rev = "refs/tags/v${finalAttrs.version}";
|
||||||
hash = "sha256-69iqpXzG9NXrqv08lJ36hlHWXwXUJs6yqcaGr32cHPw=";
|
hash = "sha256-DePcBVNXIWIlOXyNeNMUFFIQxQuwqG8KBUh2/X7R6X8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user