From d2d98aad670611c417a4520dc506fe79de97de7c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 11 Dec 2023 14:06:16 +0100 Subject: [PATCH 1/2] python311Packages.transformers: 4.36.1 -> 4.36.2 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.36.2 --- pkgs/development/python-modules/transformers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/transformers/default.nix b/pkgs/development/python-modules/transformers/default.nix index 9168306bcb8a..98f7773e225e 100644 --- a/pkgs/development/python-modules/transformers/default.nix +++ b/pkgs/development/python-modules/transformers/default.nix @@ -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 = [ From 679c3a831c33691c55be83e8624604a234aad814 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 11 Dec 2023 14:13:49 +0100 Subject: [PATCH 2/2] python311Packages.huggingface-hub: 0.19.4 -> 0.20.2 Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.18.0...v0.20.2 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.20.2 --- pkgs/development/python-modules/huggingface-hub/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/huggingface-hub/default.nix b/pkgs/development/python-modules/huggingface-hub/default.nix index a15a8988a790..b76328f10303 100644 --- a/pkgs/development/python-modules/huggingface-hub/default.nix +++ b/pkgs/development/python-modules/huggingface-hub/default.nix @@ -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 = [