python3Packages.exllamav3: 1.2.1 -> 1.3.0

(cherry picked from commit ca88151ea4)
This commit is contained in:
BatteredBunny
2026-08-01 13:06:26 +03:00
committed by github-actions[bot]
parent c5037e7f54
commit 8bcd5b832a

View File

@@ -27,14 +27,14 @@ let
in
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "exllamav3";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "turboderp-org";
repo = "exllamav3";
tag = "v${finalAttrs.version}";
hash = "sha256-ErsCtCM/T1YuCQAwrKhc860ETLgiS5Qu4nrQSuEzsPk=";
hash = "sha256-pWdh5fiGZEkdSLXvI5DAEdj6XmBFquzew57L1YIsEg8=";
};
pythonRelaxDeps = [