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-compose
Assuming 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?
Hi,
There is this 9GB download each time I run
docker compose upwhich I assume is a LLM?Why not move this into the
docker-compose.yamlexamples 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?