-
Notifications
You must be signed in to change notification settings - Fork 9
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
9GB download for every docker compose up
#20
Comments
If i create this stack i do not have do download the LLM again. Could you provide your docker-compose.yml that i can have a look on it? |
Hi, I tested it a bit deeper, the redownload only happens if I run |
its not code ... its the default LLM and its stored at '/home/worker/app/models/Meta-Llama-3.1-8B-Instruct-Q4_K_M.gguf' |
|
So i released a new version of this docker container. I removed the setup inside the Dockerfile so no preinstalled llm is present. Image size i now reduced to 3,25gb. I know its been a while sorry for that. |
ok sure, give me some time thanks :) |
Hi, I confirmed it is no longer downloading the 9GB model.
|
Its llama-cpp-python i guess but i dont know.
oh deer, was my fault ... shoud be fixed |
Hi,
There is this 9GB download each time I run
docker compose up
which I assume is a LLM?Why not move this into the
docker-compose.yaml
examples on https://hub.docker.com/r/3x3cut0r/privategpt#docker-composeAssuming it is a LLM, this file should persist on the host file system, and will be downloaded only if it does not exists.
Better right?
The text was updated successfully, but these errors were encountered: