v0.34.1
📦 huggingface-hubView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
Version 0.34.1 primarily addresses stability issues in file downloading utilities, fixing potential failures with private tokens and race conditions during concurrent downloads.
🐛 Bug Fixes
- Fix issue where `hf_hub_download` could fail when downloading from a private repository if the token was not passed explicitly.
- Fix race condition in `snapshot_download` when multiple processes try to download the same file concurrently.