python311Packages.optimum: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm
2023-11-29 23:12:53 +00:00
parent c67a44307a
commit c7eca14f84
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.14.0";
version = "1.14.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-fCLMDbWfEAG7pTFKWv67fpr6lNTxRTCBkppgDZR51eY=";
hash = "sha256-aHolI+vM3sA83elsqxY5yaiZGB+I0okjSdRmjTRaxJI=";
};
propagatedBuildInputs = [