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

python311Packages.optimum: 1.16.2 -> 1.17.0
This commit is contained in:
OTABI Tomoya 2024-02-16 20:53:28 +09:00 committed by GitHub
commit a17e3c8b0c
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.16.2";
version = "1.17.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-bEwCUPZJT1UTD8mQJKg+Nwag6kpn4076uyKocKI/+/M=";
hash = "sha256-101QW6MgCcmSeQ0AefPZKmg5O6+2JlrekYN3fIkukuw=";
};
propagatedBuildInputs = [