Skip to content

problem with the ggml files when using the docker images #826

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

Closed
dnalexen opened this issue Apr 7, 2023 · 2 comments
Closed

problem with the ggml files when using the docker images #826

dnalexen opened this issue Apr 7, 2023 · 2 comments
Labels

Comments

@dnalexen
Copy link

dnalexen commented Apr 7, 2023

I have a problem with the ggml images when I use the docker image ghcr.io/ggerganov/llama.cpp:full. I am asked to regenerate your ggml files but I have already done that. See attached screenshot.
Screenshot from 2023-04-07 08-47-47

@athrael-soju
Copy link

If your model is already quantized, then you don't need to use --all-in-one anymore.

something like this should work:

docker run -v /home/ndjossou/Documents/llama_for_docker/models:/models ghcr.io/ggerganov/llama.cpp:light -m models/7B/your_model_name.bin -p "hello" -n 128

Deadsg pushed a commit to Deadsg/llama.cpp that referenced this issue Dec 19, 2023
@github-actions github-actions bot added the stale label Mar 25, 2024
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants