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 2ee3910 commit ae1c56aCopy full SHA for ae1c56a
pkgs/development/python-modules/optimum/default.nix
@@ -29,7 +29,7 @@
29
30
buildPythonPackage rec {
31
pname = "optimum";
32
- version = "1.24.0";
+ version = "1.25.3";
33
pyproject = true;
34
35
disabled = pythonOlder "3.9";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
38
owner = "huggingface";
39
repo = "optimum";
40
tag = "v${version}";
41
- hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw=";
+ hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
42
};
43
44
build-system = [ setuptools ];
0 commit comments