Docker error: Cannot access '/models//7B/ggml-model-f16.bin*': No such file or directory
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [*] I am running the latest code. Development is very rapid so there are no tagged versions as of now.
- [*] I carefully followed the README.md.
- [*] I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- [*] I reviewed the Discussions, and have a new bug or useful enhancement to share.
llama └── models ├── 13B │ ├── checklist.chk │ ├── consolidated.00.pth │ ├── consolidated.01.pth │ └── params.json ├── 30B │ ├── checklist.chk │ ├── consolidated.00.pth │ ├── consolidated.01.pth │ ├── consolidated.02.pth │ ├── consolidated.03.pth │ └── params.json ├── 65B │ ├── checklist.chk │ ├── consolidated.00.pth │ ├── consolidated.01.pth │ ├── consolidated.02.pth │ ├── consolidated.03.pth │ ├── consolidated.04.pth │ ├── consolidated.05.pth │ ├── consolidated.06.pth │ ├── consolidated.07.pth │ └── params.json ├── 7B │ ├── checklist.chk │ ├── consolidated.00.pth │ └── params.json ├── ggml-vocab.bin ├── llama.sh ├── tokenizer_checklist.chk └── tokenizer.model
using docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:full --all-in-one "/models/" 7B
output :
Converting PTH to GGML...
ls: cannot access '/models//7B/ggml-model-f16.bin*': No such file or directory