Token issue

#29
by cansudoganay - opened

Hi dear community,
I have been granted access to this model and I have an access token. However, whenever I try to reach to the model via vscode, it gave me an error message about not having an access to the model. What can be the reason of it?

same issue

I struggling with the same problem, I get this error:
403 Forbidden: None.
Cannot access content at: https://api-inference.huggingface.co/models/meta-llama/Llama-3.1-8B.
Make sure your token has the correct permissions.
The model meta-llama/Llama-3.1-8B is too large to be loaded automatically (16GB > 10GB). Please use Spaces (https://huggingface.co/spaces) or Inference Endpoints (https://huggingface.co/inference-endpoints).
But only when I try use this model with langchain_huggingface, with huggingface I don't struggle with problem.

Sign up or log in to comment