You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've already set up the mirror
export HF_ENDPOINT=https://hf-mirror.com
And login to huggingface was set when evaluating the model
huggingface-cli login
But an error is still reported
The root cause of the error is indeed setting export HF_ENDPOINT=https://hf-mirror.com. You may try running unset HF_ENDPOINT and using a VPN, which should resolve the issue.
This error occurs because https://hf-mirror.com restricts access to the Spaces section of HuggingFace to manage traffic. However, lm-eval requires access to this section to download evaluation scripts.
The text was updated successfully, but these errors were encountered: