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

python311Packages.optimum: 1.13.1 -> 1.13.3
This commit is contained in:
OTABI Tomoya 2023-11-05 10:05:15 +09:00 committed by GitHub
commit 69847ad3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.13.1";
version = "1.13.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-heTyGgHC9tfS0hFv83sdxVApcXa63GQLG9Nwgi30GFo=";
hash = "sha256-4bKQcltUr7q8wHfiRXQcK5dw0TrnMr9/bTNXeOyg7oA=";
};
propagatedBuildInputs = [