Failed to download the model from the hub
#19
by
ChawkiHjaiji
- opened
I had a problem downloading the model from the hub. I followed the instructions to download the LLM, and the process started, but it was interrupted (I checked the internet stability, and it is not the reason). I got this error
OSError: Qwen/Qwen2.5-7B-Instruct does not appear to have files named ('model-00001-of-00004.safetensors', 'model-00002-of-00004.safetensors', 'model-00003-of-00004.safetensors', 'model-00004-of-00004.safetensors'). I also checked the model files and I validated the existence of the mentioned files.
I had the same issue with 32B-Instruct model. What solved my problem was following this tutorial for Xet files. I reinstalled hf-hub with pip install -U huggingface_hub[hf_xet]
command and it worked. Hope it will help