Unverified Commit f60a759a authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.huggingface-hub: 0.28.1 -> 0.29.1 (#383606)

parents 16e4cf76 2678ec04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "huggingface-hub";
  version = "0.28.1";
  version = "0.29.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "huggingface_hub";
    tag = "v${version}";
    hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28=";
    hash = "sha256-9G5oq8X5/MtHZAOM7QHoMyRePPFwMe4Wa66y+japxwA=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -58,14 +58,14 @@

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

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

  build-system = [ setuptools ];