huggingface
Compatibility helpers for Hugging Face integrations.
Functions
-
patch_hf_hub_download_use_auth_token()[source]
Patch hf_hub_download so callers using use_auth_token=... still work.
Some dependencies still call hf_hub_download(..., use_auth_token=...) while
newer huggingface_hub versions expect token=....
- Return type:
None