Docker is not running
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
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)