We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60a759 commit 0338015Copy full SHA for 0338015
pkgs/development/python-modules/transformers/default.nix
@@ -58,14 +58,14 @@
58
59
buildPythonPackage rec {
60
pname = "transformers";
61
- version = "4.49.0-SmolVLM-2";
+ version = "4.49.0";
62
pyproject = true;
63
64
src = fetchFromGitHub {
65
owner = "huggingface";
66
repo = "transformers";
67
tag = "v${version}";
68
- hash = "sha256-EGz7mI/3NHBwMfw7jUI8YbJW0zbwUhrtqwHBrEBt8a4=";
+ hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c=";
69
};
70
71
build-system = [ setuptools ];
0 commit comments