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

python312Packages.optimum: 1.17.1 -> 1.18.0
This commit is contained in:
OTABI Tomoya 2024-03-26 14:08:19 +09:00 committed by GitHub
commit c389051401
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.17.1";
version = "1.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-21y7pFRCZqwNaZR+TcXH2KIK5IZuLVq0wgIQqByyEf8=";
hash = "sha256-svNavPO/3ARqcBDpvaAdbbSqFpzgUY72vy2J1d4Bt90=";
};
propagatedBuildInputs = [