Commit 0e319a29 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 8d20628d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -58,14 +58,14 @@

buildPythonPackage rec {
  pname = "transformers";
  version = "4.45.2";
  version = "4.46.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "transformers";
    rev = "refs/tags/v${version}";
    hash = "sha256-5Ric+pEbBf6HswsPb8cdVLdqTRgicFjzcrk0oO2PtC0=";
    hash = "sha256-R+uHo98K+uOXbxE4Axam/FONZgeFyyPfe0IZiOCpFF4=";
  };

  build-system = [ setuptools ];
@@ -173,7 +173,6 @@ buildPythonPackage rec {
      # natten = [ natten ];
      # codecarbon = [ codecarbon ];
      video = [
        # decord
        av
      ];
      sentencepiece = [