Describe the bug
I’d like to understand why an absolute domain name is required here. In my Kubernetes cluster, I’ve configured a proxy. Normally, when the proxy cannot resolve a domain, it should fall back by appending various search suffixes. However, since this is written as an absolute domain name, the fallback no longer works and the proxy fails. I noticed this issue because only .xet files cannot be downloaded, while all other resources work fine.
dns-resolver
Reproduction
No response
Logs
System info
- huggingface_hub version: 0.30.2
- Platform: Linux-5.15.0-117-generic-x86_64-with-glibc2.39
- Python version: 3.11.12
- Running in iPython ?: No
- Running in notebook ?: No
- Running in Google Colab ?: No
- Running in Google Colab Enterprise ?: No
- Token path ?: /root/.cache/huggingface/token
- Has saved token ?: True
- Who am I ?: zhaokun
- Configured git credential helpers:
- FastAI: N/A
- Tensorflow: N/A
- Torch: N/A
- Jinja2: N/A
- Graphviz: N/A
- keras: N/A
- Pydot: N/A
- Pillow: N/A
- hf_transfer: N/A
- gradio: N/A
- tensorboard: N/A
- numpy: 2.2.5
- pydantic: N/A
- aiohttp: N/A
- hf_xet: 1.1.8
- ENDPOINT: https://huggingface.co
- HF_HUB_CACHE: /root/.cache/huggingface/hub
- HF_ASSETS_CACHE: /root/.cache/huggingface/assets
- HF_TOKEN_PATH: /root/.cache/huggingface/token
- HF_STORED_TOKENS_PATH: /root/.cache/huggingface/stored_tokens
- HF_HUB_OFFLINE: False
- HF_HUB_DISABLE_TELEMETRY: False
- HF_HUB_DISABLE_PROGRESS_BARS: None
- HF_HUB_DISABLE_SYMLINKS_WARNING: False
- HF_HUB_DISABLE_EXPERIMENTAL_WARNING: False
- HF_HUB_DISABLE_IMPLICIT_TOKEN: False
- HF_HUB_ENABLE_HF_TRANSFER: False
- HF_HUB_ETAG_TIMEOUT: 10
- HF_HUB_DOWNLOAD_TIMEOUT: 10
Describe the bug
I’d like to understand why an absolute domain name is required here. In my Kubernetes cluster, I’ve configured a proxy. Normally, when the proxy cannot resolve a domain, it should fall back by appending various search suffixes. However, since this is written as an absolute domain name, the fallback no longer works and the proxy fails. I noticed this issue because only .xet files cannot be downloaded, while all other resources work fine.
dns-resolver
Reproduction
No response
Logs
System info