Error: Model filename not in model list: ggml-vicuna-7b-1.1-q4_2.bin
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.5k
- Forks
- 998
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
-
Started following the instructions here.
-
Ran the following commands and hit an error (see screenshot below).
llm install llm-gpt4all
llm -m "ggml-vicuna-7b-1" "The capital of France?"
# Error: Model filename not in model list: ggml-vicuna-7b-1.1-q4_2.bin
- My hunch is that the model is installed (why meta is showing it in th elist) but the
.binis located somewhere else.
Note: I haven't dived into debugging this (yet) but am posting the issue here in parallel in case it's obvious to someone else. I'll post my solution if I find it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented llm install llm-gpt4all and llm -m "ggml-vicuna-7b-1" commands, then inspect how the llm-gpt4all integration locates and validates model filenames. Done means the model can be selected and the prompt runs without the “Model filename not in model list” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100