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

cohere2 #3397

Open
kim90000 opened this issue Jan 18, 2025 · 1 comment
Open

cohere2 #3397

kim90000 opened this issue Jan 18, 2025 · 1 comment
Labels
bindings gpt4all-binding issues bug-unconfirmed

Comments

@kim90000
Copy link

from gpt4all import GPT4All
model = GPT4All("/content/c4ai-command-r7b-12-2024-abliterated-Q4_K_M.gguf") # downloads / loads a 4.66GB LLM
with model.chat_session():
print(model.generate("How can I run LLMs efficiently on my laptop?", max_tokens=1024))

RuntimeError: Unable to instantiate model: Unsupported model architecture: cohere2

@kim90000 kim90000 added bindings gpt4all-binding issues bug-unconfirmed labels Jan 18, 2025
@kim90000
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings gpt4all-binding issues bug-unconfirmed
Projects
None yet
Development

No branches or pull requests

1 participant