mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python312Packages.transformers: 4.44.2 -> 4.45.0
Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.44.2...v4.45.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.45.0
This commit is contained in:
parent
499be5024e
commit
f28f4bd3c0
|
@ -58,14 +58,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "transformers";
|
||||
version = "4.44.2";
|
||||
version = "4.45.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "huggingface";
|
||||
repo = "transformers";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2nMt1orhQCTkHG0HKwqVyB7mQeJh7O6I3Eftv2bnnIc=";
|
||||
hash = "sha256-MVgDNSeoqad9v5TEVuUoLYvThyjGyCuOg8Z/F7+URng=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Reference in a new issue