simonw / simonw/llm

Error: Model filename not in model list: ggml-vicuna-7b-1.1-q4_2.bin

Open
#126 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
12.5k
Forks
998
Avg merge
3d 13h
Merged PRs (30d)
10

Description

  1. Started following the instructions here.

  2. 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
Screenshot 2023-07-23 at 4 14 03 PM
  1. My hunch is that the model is installed (why meta is showing it in th elist) but the .bin is 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.