401 Client Error: Unauthorized for url:

#47
by btg1213 - opened

Hello, I am having trouble downloading the llama-3.2 model into webui. I just keep getting error code 401 Client Error: Unauthorized for url:

I have been granted access to the models so I'm not quite sure what else to do. Must I use another UI such as Ollama? Any help or insight would be greatly appreciated thank you.

I am not sure what do you mean by webui? for the 401 error it seems you did not setup the access token. go to settings and add the repo and generate your access token

This comment has been hidden

@btg1213 Are you passing your HF token?
It should be passed in URL, Authorization: Bearer <TOKEN> in headers

Sign up or log in to comment