python3Packages.optimum: 1.24.0 -> 1.25.3

This commit is contained in:
R. Ryantm
2025-05-17 19:31:23 +00:00
committed by Weijia Wang
parent 2ee391011e
commit ae1c56ad7f
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.24.0";
version = "1.25.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
tag = "v${version}";
hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw=";
hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
};
build-system = [ setuptools ];