Join the conversation
Join the community of Machine Learners and AI enthusiasts.
Sign UpThis error seems to be related to an unresolved GitHub issue regarding Zero GPU with hf_xet
. The solution is unknown. But the workaround is not that difficult; just make one of these changes:
- Update the
huggingface_hub
library and set theHF_HUB_DISABLE_XET
environment variable to 1. - Fix the version of the
huggingface_hub
library tohuggingface-hub==0.29.3
.
Example
https://huggingface.co/spaces/John6666/E2-F5-TTS (on Zero GPU spaces)