Skip to content

Instantly share code, notes, and snippets.

@do-me
Created January 27, 2026 16:14
Show Gist options
  • Select an option

  • Save do-me/49939b0916179a54d80094485832bb25 to your computer and use it in GitHub Desktop.

Select an option

Save do-me/49939b0916179a54d80094485832bb25 to your computer and use it in GitHub Desktop.
Clone repo from Huggingface with hf cli via uvx, excluding one directory
rm -rf ~/.cache/huggingface/.gitignore.lock;
HF_HUB_READ_TIMEOUT=300 HF_HUB_HTTP_TIMEOUT=300 uvx hf download \
EuropeanParliament/Eurovoc_2025 \
--repo-type dataset \
--exclude "files/*" \
--local-dir .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment