File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "huggingface-hub" ;
21- version = "0.28 .1" ;
21+ version = "0.29 .1" ;
2222 pyproject = true ;
2323
2424 src = fetchFromGitHub {
2525 owner = "huggingface" ;
2626 repo = "huggingface_hub" ;
2727 tag = "v${ version } " ;
28- hash = "sha256-QrbwpJub4+pfbFERBk6GSZDSrjoCPniO+kB5hiddk28 =" ;
28+ hash = "sha256-9G5oq8X5/MtHZAOM7QHoMyRePPFwMe4Wa66y+japxwA =" ;
2929 } ;
3030
3131 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 5858
5959buildPythonPackage rec {
6060 pname = "transformers" ;
61- version = "4.49.0" ;
61+ version = "4.49.0-SmolVLM-2 " ;
6262 pyproject = true ;
6363
6464 src = fetchFromGitHub {
6565 owner = "huggingface" ;
6666 repo = "transformers" ;
6767 tag = "v${ version } " ;
68- hash = "sha256-drq7RWoRaRejiQjCUHIYuzaKa9rA4eQZI2do74scp1c =" ;
68+ hash = "sha256-EGz7mI/3NHBwMfw7jUI8YbJW0zbwUhrtqwHBrEBt8a4 =" ;
6969 } ;
7070
7171 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments