python310Packages.optimum: 1.14.1 -> 1.16.1

This commit is contained in:
R. Ryantm 2023-12-21 13:51:55 +00:00
parent d6863cbcbb
commit f2f89b3505

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.14.1";
version = "1.16.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-aHolI+vM3sA83elsqxY5yaiZGB+I0okjSdRmjTRaxJI=";
hash = "sha256-UlxArfNK4Ialodpne5GY7GuWGUBcLbSjAidL67Li0S0=";
};
propagatedBuildInputs = [