Skip to content

Commit 0338015

Browse files
committed
python312Packages.transformers: 4.49.0-SmolVLM-2 -> 4.49.0
1 parent f60a759 commit 0338015

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/transformers

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/transformers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858

5959
buildPythonPackage rec {
6060
pname = "transformers";
61-
version = "4.49.0-SmolVLM-2";
61+
version = "4.49.0";
6262
pyproject = true;
6363

6464
src = fetchFromGitHub {
6565
owner = "huggingface";
6666
repo = "transformers";
6767
tag = "v${version}";
68-
hash = "sha256-EGz7mI/3NHBwMfw7jUI8YbJW0zbwUhrtqwHBrEBt8a4=";
68+
hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c=";
6969
};
7070

7171
build-system = [ setuptools ];

0 commit comments

Comments
 (0)