python312Packages.transformers: 4.46.2 -> 4.46.3 (#357179)

This commit is contained in:
Yt 2024-11-19 21:47:30 -05:00 committed by GitHub
commit ef58249afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,14 +58,14 @@
buildPythonPackage rec {
pname = "transformers";
version = "4.46.2";
version = "4.46.3";
pyproject = true;
src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
rev = "refs/tags/v${version}";
hash = "sha256-5bYjgrW2ITJ/bc8BP/tWjzwLrLQHgvKSVyUCNsRniFM=";
hash = "sha256-unQ1BypPv3fcFLCq4yoyat4pNy4ub5kgKfQRnfhuaGI=";
};
build-system = [ setuptools ];