Merge pull request #273538 from GaetanLepage/transformers

python311Packages.huggingface-hub: 0.19.4 -> 0.20.2, python311Packages.transformers: 4.36.1 -> 4.36.2
This commit is contained in:
Yt 2024-01-16 10:05:49 +00:00 committed by GitHub
commit 73f76f734d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.19.4";
version = "0.20.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "huggingface_hub";
rev = "refs/tags/v${version}";
hash = "sha256-bK/Cg+ZFhf9TrTVlDU35cLMDuTmdH4bN/QuPVeUVDsI=";
hash = "sha256-LYfkZVoQ+Jph7cyJYOIaAjtH8+fC/w8V+IWAqc1lHp4=";
};
propagatedBuildInputs = [

View file

@ -53,7 +53,7 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.36.1";
version = "4.36.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -62,7 +62,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-sVWDpChLjiSZQXyXsZtTUZMF/CckTaJzitk3hpagM64=";
hash = "sha256-sasaqgQ+CM344qJeD6PU9wbAmuZRpaSSvUjSNw5DQRk=";
};
propagatedBuildInputs = [