python3Packages.exllamav3: 1.1.0 -> 1.2.1

(cherry picked from commit 72007dd1e0)
This commit is contained in:
BatteredBunny
2026-07-28 23:19:11 +03:00
committed by github-actions[bot]
parent 06be1904a2
commit 787775362f

View File

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