python312Packages.transformers: 4.50.3 -> 4.51.1 (#397089)

This commit is contained in:
Gaétan Lepage
2025-04-09 13:10:56 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
@@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "huggingface-hub";
version = "0.29.3";
version = "0.30.2";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "huggingface_hub";
tag = "v${version}";
hash = "sha256-zUI5awSEKJ4PuSdtRRe0XJCpr3KLLfI7R+dafUuzfRU=";
hash = "sha256-6nE6iKIC6ymI+NMOw/xQT4l5nshDyPdGI0YhqK7tQRE=";
};
build-system = [ setuptools ];
@@ -93,7 +93,7 @@ buildPythonPackage rec {
keras
];
hf_xet = [
# hf-xet
# hf-xet (unpackaged)
];
};
@@ -58,14 +58,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.50.3";
version = "4.51.1";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-Qou5q7FZJJXO87lgMC5Qttfi5KJWCwuzG5icCEfgs0M=";
hash = "sha256-02HT0GAfEyGgqPvly7EPZX0loSeS2mJQNI87E8WbEGY=";
};
build-system = [ setuptools ];
@@ -134,6 +134,9 @@ buildPythonPackage rec {
flax
optax
];
hf_xet = [
# hf-xet (unpackaged)
];
tokenizers = [ tokenizers ];
ftfy = [ ftfy ];
onnxruntime = [