Skip to content

Commit

Permalink
Try using rust based hf hub downloads
Browse files Browse the repository at this point in the history
Signed-off-by: elronbandel <[email protected]>
  • Loading branch information
elronbandel committed Feb 18, 2025
1 parent fe79da3 commit fe9048a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/catalog_preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
HF_HUB_VERBOSITY: error
HF_DATASETS_DISABLE_PROGRESS_BARS: "True"
TQDM_DISABLE: "True"
HF_HUB_ENABLE_HF_TRANSFER: 1

strategy:
matrix:
Expand All @@ -35,6 +36,7 @@ jobs:

- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv pip install --system ".[tests]"
- run: uv pip install --system "huggingface_hub[hf_transfer]"
- name: Hugging Face Login
run: |
for i in {1..5}; do
Expand Down

0 comments on commit fe9048a

Please sign in to comment.