We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b04b8 commit c7030f2Copy full SHA for c7030f2
pkgs/development/python-modules/exllamav3/default.nix
@@ -27,14 +27,14 @@ let
27
in
28
buildPythonPackage (finalAttrs: {
29
pname = "exllamav3";
30
- version = "0.0.20";
+ version = "0.0.23";
31
pyproject = true;
32
33
src = fetchFromGitHub {
34
owner = "turboderp-org";
35
repo = "exllamav3";
36
tag = "v${finalAttrs.version}";
37
- hash = "sha256-G3PtxKU/J4JEQQOwFmrSWuSr/hA4uyxRci3khXCwEqE=";
+ hash = "sha256-wAT+zntPxjIjrXaa2ZJpjImRt1V8vFqWfSNjgZYGGJk=";
38
};
39
40
pythonRelaxDeps = [
0 commit comments