Change8

v1.3.5

📦 huggingface-hubView on GitHub →
1 features

Summary

This release updates the default httpx timeout to use the HF_HUB_DOWNLOAD_TIMEOUT environment variable, providing flexibility for CI environments experiencing request timeouts.

Migration Steps

  1. If you experience timeout errors during CI builds making many Hub requests, set the environment variable HF_HUB_DOWNLOAD_TIMEOUT to a higher value (e.g., 60).

✨ New Features

  • Use HF_HUB_DOWNLOAD_TIMEOUT environment variable as the default httpx timeout (defaulting to 10s).