python3Packages.exllamav3: 0.0.38 -> 0.0.39

This commit is contained in:
BatteredBunny 2026-06-02 18:52:46 +03:00
commit 6e7bee0b57

View file

@ -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