Change8

v1.20.1

📦 huggingface-hubView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

Version 1.20.1 addresses minor bugs related to file downloading in both public and private repositories, including fixing a race condition during concurrent downloads.

🐛 Bug Fixes

  • Fix issue where `hf_hub_download` could fail when downloading files 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.

Affected Symbols