python3Packages.exllamav3: 1.4.1 -> 1.4.3

This commit is contained in:
BatteredBunny
2026-08-24 19:09:59 +03:00
parent 03cc795a4b
commit de97cebb0f

View File

@@ -26,14 +26,14 @@ let
in
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "exllamav3";
version = "1.4.1";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "turboderp-org";
repo = "exllamav3";
tag = "v${finalAttrs.version}";
hash = "sha256-6TzJbLGcp3rmlpIRiz26bYVbW2ZORrsJF3257Iv2QZc=";
hash = "sha256-Kh4AsfnBoZG6qjk2kqZOx6UIeI301H2a3YIotDzeAiQ=";
};
pythonRelaxDeps = [