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

Check minimum required version for Ollama #101

Open
fbricon opened this issue Oct 21, 2024 · 1 comment
Open

Check minimum required version for Ollama #101

fbricon opened this issue Oct 21, 2024 · 1 comment
Assignees

Comments

@fbricon
Copy link
Collaborator

fbricon commented Oct 21, 2024

While trying the new granite3-dense:2b model, continue chat failed

webview message: {
  "msg": {
    "messageId": "db9b67e2-1647-49b6-9354-693aec2e933f",
    "messageType": "llm/streamChat",
    "data": {
      "messages": [
        {
          "role": "user",
          "content": [
            {
              "type": "text",
              "text": "who are you?"
            }
          ]
        }
      ],
      "title": "granite3-dense:2b",
      "completionOptions": {}
    }
  }
}

{"error":"llama runner process has terminated: this model is not supported by your version of Ollama. You may need to upgrade"}

We should require a minimum ollama version. If we can't update it, at least show an error message in the wizard.

@neehar18
Copy link
Contributor

@fbricon I can take this one up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants