Skip to content

Commit

Permalink
Add hf_transfer to our dependencies (#32)
Browse files Browse the repository at this point in the history
Add hf_transfer to the dependencies to enable `HF_HUB_ENABLE_HF_TRANSFER=1` feature for faster model downloading.
  • Loading branch information
wanliAlex authored Dec 9, 2024
1 parent b0d5b22 commit f822301
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions requirements/amd64-gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
--extra-index-url https://download.pytorch.org/whl/cu113

aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.9
# via
Expand Down Expand Up @@ -494,4 +494,7 @@ zipp==3.20.2
# via
# -r requirements.in
# importlib-metadata
# importlib-resources
# importlib-resources
hf-transfer==0.1.8
# via
# -r requirements.in
7 changes: 5 additions & 2 deletions requirements/arm64-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
--extra-index-url https://download.pytorch.org/whl/cu113

aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.9
# via
Expand Down Expand Up @@ -481,4 +481,7 @@ zipp==3.20.2
# via
# -r requirements.in
# importlib-metadata
# importlib-resources
# importlib-resources
hf-transfer==0.1.8
# via
# -r requirements.in
3 changes: 2 additions & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ watchfiles==0.24.0
websockets==13.1
zipp==3.20.2
yarl==1.13.1
portalocker==2.10.1
portalocker==2.10.1
hf-transfer==0.1.8

0 comments on commit f822301

Please sign in to comment.