python312Packages.optimum: 1.20.0 -> 1.21.2

This commit is contained in:
R. Ryantm
2024-07-13 16:04:45 +00:00
parent bd24e293f2
commit fccf7e0219
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.20.0";
version = "1.21.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-aQNDVNWTgY2LEtug229SEZRMvKHpsQfiTPWW4Lh3hs4=";
hash = "sha256-OhquE+QhNOXFkKy/TvKlLn65CMchvKjcbR/S4Rl2MT4=";
};
build-system = [ setuptools ];