Commit 03380158 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.transformers: 4.49.0-SmolVLM-2 -> 4.49.0

parent f60a759a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];