Spaces:
Runtime error
Runtime Error: 500 Internal Server Error during file download (_fetch_xet_connection_info)
Hi!
It seems the Space has been down with a Runtime Error for a while.
The logs show that the application crashes during startup while attempting to download a file/model via huggingface_hub. Specifically, the function _fetch_xet_connection_info_with_url receives a 500 Internal Server Error from the Hugging Face API when calling the xet-token endpoint.
Error snapshot from the logs:
huggingface_hub.errors.HfHubHTTPError: 500 Server Error: Internal Server Error for url: https://huggingface.co...
How to fix it:
Restart the Space: Sometimes a simple "Factory Restart" from the Space settings clears temporary network or API sync issues.
Check Repository Permissions / Tokens: Ensure that the repository BestWishYsh/Helios-Distilled and its LFS/Xet files are fully accessible and that no internal tokens or secrets expired.
Update Dependencies: If the issue persists, updating the huggingface_hub library in requirements.txt might resolve compatibility issues with the remote API endpoint.
Thanks for your work on this project!