Skip to content

Commit

Permalink
python312Packages.transformers: 4.49.0-SmolVLM-2 -> 4.49.0 (#383775)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Feb 20, 2025
2 parents a4a15c9 + 0338015 commit ce48a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/transformers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@

buildPythonPackage rec {
pname = "transformers";
version = "4.49.0-SmolVLM-2";
version = "4.49.0";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-EGz7mI/3NHBwMfw7jUI8YbJW0zbwUhrtqwHBrEBt8a4=";
hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit ce48a09

Please sign in to comment.