Skip to content

Commit

Permalink
python312Packages.transformers: 4.48.1 -> 4.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 30, 2025
1 parent 9e1c214 commit e580938
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 @@ -59,14 +59,14 @@

buildPythonPackage rec {
pname = "transformers";
version = "4.48.1";
version = "4.48.2";
pyproject = true;

src = fetchFromGitHub {
owner = "huggingface";
repo = "transformers";
tag = "v${version}";
hash = "sha256-doYvjwajwXqqaKZ363p2SE//9eupfkwrG66j0iUAnU0=";
hash = "sha256-jW/yhzmxQd/5BgbDImUaJSF0oMKIpIGhFoJuMZu0tv0=";
};

patches = [
Expand Down

0 comments on commit e580938

Please sign in to comment.