Unable to access this model

#5
by theneuralbot - opened

image

repo is gated, but even though access has been granted, getting an error saying its not able to access.

This is a common issue. It only means you need to log in to HuggingFace from your local terminal and provide an access token.
Take the following steps.

  1. Create a token
    -Visit hugginface.co/settings/
    -Click on 'Create new token'
    -Select Role: Write
    -Generate the token
    -Copy it

  2. Install HuggingFace locally. On your local terminal, run the following one after the other
    pip install -U "huggingface_hub[cli]"
    hf auth login
    -Paste your token when prompted
    -This should log you in successfully

  3. Run the N-ATLaS model again. It should work without errors now

Sign up or log in to comment