Merge pull request #326854 from r-ryantm/auto-update/python312Packages.optimum

python312Packages.optimum: 1.20.0 -> 1.21.2
This commit is contained in:
OTABI Tomoya
2024-07-14 12:16:22 +09:00
committed by GitHub
@@ -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 ];