From 6e7bee0b57a83f352f28dc96d9d3717438f90189 Mon Sep 17 00:00:00 2001 From: BatteredBunny Date: Tue, 2 Jun 2026 18:52:46 +0300 Subject: [PATCH] python3Packages.exllamav3: 0.0.38 -> 0.0.39 --- pkgs/development/python-modules/exllamav3/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/exllamav3/default.nix b/pkgs/development/python-modules/exllamav3/default.nix index c734222c2421..f50965fcc98f 100644 --- a/pkgs/development/python-modules/exllamav3/default.nix +++ b/pkgs/development/python-modules/exllamav3/default.nix @@ -8,6 +8,7 @@ setuptools, flash-attn, + flash-linear-attention, formatron, kbnf, marisa-trie, @@ -28,14 +29,14 @@ let in buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { pname = "exllamav3"; - version = "0.0.38"; + version = "0.0.39"; pyproject = true; src = fetchFromGitHub { owner = "turboderp-org"; repo = "exllamav3"; tag = "v${finalAttrs.version}"; - hash = "sha256-WlHIbnQX1Jd7y5yQzlqXVgBLQ92rnDSWy4z9bEm3WLA="; + hash = "sha256-auAOnsNOr22TTIBR9L81tp9ZCrSLY4RxXWAJ1E39EwM="; }; pythonRelaxDeps = [ @@ -60,6 +61,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: { dependencies = [ flash-attn + flash-linear-attention formatron kbnf marisa-trie