Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error model config #15

Open
malv-c opened this issue Aug 5, 2023 · 2 comments
Open

error model config #15

malv-c opened this issue Aug 5, 2023 · 2 comments

Comments

@malv-c
Copy link

malv-c commented Aug 5, 2023

File "/home/void/.local/lib/python3.11/site-packages/huggingface_hub/utils/_errors.py", line 261, in hf_raise_for_status
response.raise_for_status()
File "/home/void/.local/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/models/llama-2-7b-chat.ggmlv3.q8_0.bin/revision/main

@alexfilothodoros
Copy link

Hi.

I fixed that by downloading the model from here.

https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main

In my case I placed the file llama-2-7b-chat.ggmlv3.q8_0.bin into the "models" folder.

@malv-c
Copy link
Author

malv-c commented Aug 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants