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

Docker is not running #3

Open
barshag opened this issue Aug 27, 2023 · 1 comment
Open

Docker is not running #3

barshag opened this issue Aug 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@barshag
Copy link

barshag commented Aug 27, 2023

Describe the bug

When I try:

docker run -it -p 8000:8000 ghcr.io/vemonet/libre-chat:main

It download all the images but return:

Repository Not Found for url: https://huggingface.co/api/models/models/llama-2-7b-chat.ggmlv3.q3_K_L.bin/revision/main.
Please make sure you specified the correct repo_id and repo_type.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password.

Reproduction

No response

Operating System

Linux

Libre Chat version

currently main

Additional context

No response

@barshag barshag added the bug Something isn't working label Aug 27, 2023
@vemonet
Copy link
Owner

vemonet commented Sep 14, 2023

Hi @barshag thanks for the notification, while I was away from keyboard all of August it seems like HuggingFace made some changes to their URL pattern, and the URL I was using previously to download the model was not the right one anymore

I fixed it to use the new URL (and updated the docker image)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants