python3Packages.exllamav3: 0.0.39 -> 0.0.42

(cherry picked from commit ee6663c2b1)
This commit is contained in:
BatteredBunny 2026-06-06 21:51:36 +03:00
commit 0d1ed12793

View file

@ -29,14 +29,14 @@ let
in
buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pname = "exllamav3";
version = "0.0.39";
version = "0.0.42";
pyproject = true;
src = fetchFromGitHub {
owner = "turboderp-org";
repo = "exllamav3";
tag = "v${finalAttrs.version}";
hash = "sha256-auAOnsNOr22TTIBR9L81tp9ZCrSLY4RxXWAJ1E39EwM=";
hash = "sha256-kdI2BT7T2+mrdgWE7aXTeqC49WP6qEus+LfQGk0ozhA=";
};
pythonRelaxDeps = [