Skip to content
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

Suggested model in the docs doesn't exist + Generic model error #195

Closed
matthewrobertbell opened this issue Aug 29, 2023 · 2 comments
Closed
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@matthewrobertbell
Copy link

matthewrobertbell commented Aug 29, 2023

The docs suggest running:

llm -m ggml-vicuna-7b-1 'What is the capital of France?'

after running

llm install llm-gpt4all , but this model isn't listed when running llm models, maybe it's been removed by gpt4all? Running llama-2-7b-chat downloads but I then get an error Error: Unable to instantiate model (Debian 11 AMD Ryzen machine), could this error contain more information?

Cheers!

@simonw simonw added bug Something isn't working documentation Improvements or additions to documentation labels Sep 1, 2023
@simonw
Copy link
Owner

simonw commented Sep 1, 2023

Huh, you're right, good catch! They removed that model here: nomic-ai/gpt4all@a630935

@simonw
Copy link
Owner

simonw commented Sep 1, 2023

This works:

llm -m orca-mini-7b 'The capital of France is'

@simonw simonw closed this as completed in 0cb9a2e Sep 1, 2023
simonw added a commit that referenced this issue Sep 1, 2023
simonw added a commit that referenced this issue Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants