libre-chat icon indicating copy to clipboard operation
libre-chat copied to clipboard

Docker is not running

Open barshag opened this issue 2 years ago • 1 comments

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 avatar Aug 27 '23 19:08 barshag

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)

vemonet avatar Sep 14 '23 15:09 vemonet