I keep getting "gated" error even though I am logged in and registered.

#25
by ehartford - opened

When downloading, I get "Repo model tiiuae/falcon-180B is gated. You must be authenticated to access it."
but I'm logged in, with my huggingface key, and I have access to the model.

Traceback (most recent call last):
  File "/workspace/miniconda3/envs/axolotl/lib/python3.9/site-packages/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
    response.raise_for_status()
  File "/workspace/miniconda3/envs/axolotl/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/tiiuae/falcon-180B/resolve/d2ea5531862d4fe907280234990e6380d2befd97/.gitattributes

even though it already downloaded 6 or 8 files then it says that error

did you find a solution for this?

I can't get anywhere at all. According to HF I have access to this gated model, but I get this: Cannot access gated repo for url https://huggingface.co/tiiuae/falcon-180B/resolve/main/tokenizer_config.json.
Repo model tiiuae/falcon-180B is gated. You must be authenticated to access it.

Sign up or log in to comment