Python script running from VSCODE over WSL distro in Windows not finding this model

#215
by hrighugging - opened

I keep getting this error, even after having created access token on the website.

I used the following pipeline
pipe = pipeline(
"text-generation",
model="mistralai/Mixtral-8x7B-Instruct-v0.1",
torch_dtype=bfloat16,
device_map="auto"
)

403 Forbidden: Authorization error..
Cannot access content at: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1/resolve/main/config.json.

I think you had to go through the link and accept the terms, so it would allow you to get access.

Sign up or log in to comment