You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: