mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-11 15:34:05 +00:00
python312Packages.transformers: 4.46.3 -> 4.47.0
Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.46.3...v4.47.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.47.0
This commit is contained in:
parent
ac3c4a9fa0
commit
a32211bb76
@ -58,14 +58,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "transformers";
|
||||
version = "4.46.3";
|
||||
version = "4.47.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "transformers";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-unQ1BypPv3fcFLCq4yoyat4pNy4ub5kgKfQRnfhuaGI=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TQQ+w+EH/KWLE7iaaAHGxfE74hCiLXcqlIr1TIBFGvo=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user