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

python311Packages.optimum: 1.14.0 -> 1.14.1
This commit is contained in:
OTABI Tomoya
2023-11-30 16:24:09 +09:00
committed by GitHub
@@ -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 = [