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

Different models #3480

Closed
vaultdweller-2287 opened this issue Feb 9, 2025 · 1 comment
Closed

Different models #3480

vaultdweller-2287 opened this issue Feb 9, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@vaultdweller-2287
Copy link

Documentation

Hello, I have been tinkering around with the gpt4all python library and I used the code snippet example which uses Meta's Llama model. I want to experiment with actual GPT so how can I use a different model and what models can I choose?

Thanks in advance

@vaultdweller-2287 vaultdweller-2287 added the documentation Improvements or additions to documentation label Feb 9, 2025
@cebtenzzre
Copy link
Member

For a list of official models, check:

from gpt4all import GPT4All
print(*(m['filename'] for m in GPT4All.list_models()), sep='\n')

Note that not all 32 models listed here are necessarily supported in the python binding. Many Q4_0 GGUF models from HuggingFace are also supported, e.g. here.

@cebtenzzre cebtenzzre closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants