Merge pull request #310390 from r-ryantm/auto-update/python311Packages.optimum

python311Packages.optimum: 1.19.1 -> 1.19.2
This commit is contained in:
Nick Cao 2024-05-09 17:23:58 -04:00 committed by GitHub
commit aff3146f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.19.1";
version = "1.19.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-EHu3p3M7xBjMnf3tKsneYOZtd9YWsC0qok1fnk4TMAg=";
hash = "sha256-GYgLh6vlOoVvTvhNPfBT4YEqRhB7gZMqlOuab6maVGU=";
};
propagatedBuildInputs = [