Running "poetry run python scripts/setup 401" "Client Error: Unauthorized for url" #1720
Replies: 2 comments
-
do in cli: |
Beta Was this translation helpful? Give feedback.
-
You need to create an account on Huggingface.co, create a token on Huggingface, and request access to whichever repo it's complaining about. If you're building for local, this will be the Meta / LLama (rough name) repo. You'll have to go there and request access, which is usually granted within a few hours. Next, see my not in discussion about adding HF_TOKEN to settings-local.yaml. Finally, you need to set HF_TOKEN in the shell, e.g.: Hope that helps! -Brad |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've been following the installation instructions and came to the point where I can download models through the setup script. Running the "poetry run python scripts/setup" results in some errors. It would see it is trying to access a private resource on huggingface, although i'm not sure that is the main issue.
Beta Was this translation helpful? Give feedback.
All reactions