python312Packages.huggingface-hub: 0.27.1 -> 0.28.1, python312Packages.transformers: 4.48.1 -> 4.48.2 (#378039)

This commit is contained in:
Yt
2025-01-30 19:15:17 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.27.1";
version = "0.28.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${version}";
hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg=";
hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28=";
};
build-system = [ setuptools ];
@@ -59,14 +59,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.48.1";
version = "4.48.2";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-doYvjwajwXqqaKZ363p2SE//9eupfkwrG66j0iUAnU0=";
hash = "sha256-jW/yhzmxQd/5BgbDImUaJSF0oMKIpIGhFoJuMZu0tv0=";
};
patches = [