Issue with Downloading Models from Hugging Face Hub
Hello Hugging Face Community,
I hope you're doing well. I'm currently facing an issue while trying to download models using the Hugging Face Hub API. Specifically, I'm attempting to download from the repository mistralai/Mistral-7B-v0.3 using the snapshot_download function in Python. However, I consistently encounter the following error:
"An error happened while trying to locate the files on the Hub, and we cannot find the appropriate snapshot folder for the specified revision on the local disk. Please check your internet connection and try again."
I've verified my internet connection, and I can confirm that the repository and the specified files (params.json, consolidated.safetensors, tokenizer.model.v3) are available.
Could someone from the community or the support team provide guidance on resolving this issue? Your assistance would be greatly appreciated.
Thank you in advance for your help.