-
Notifications
You must be signed in to change notification settings - Fork 142
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
Problem opening app if ollama is installed and running (macOS) #662
Comments
Hi @quertc Are you running this on an Intel or M chipset? |
M |
Ollama may have updated to it's 1.0 version in during the time between 0.0.5 and 0.0.6. Which version of Ollama are you running? |
Latest (0.1.32). It doesn't update, it just downloads a new binary. And downloads the models to another folder (chatd). And version 0.0.6 is the Lite Client, not this Morpheus repo. Lite Client works differently with ollama. |
const fs = require('fs'); function initializeMorpheus() { function checkOllamaExists() { function verifyAndInstallModel() { function installOllama() { function installModel() { initializeMorpheus(); |
This script uses Node.js to check for the presence of Ollama.app, installs it if not present, and ensures that the model is installed or verified accordingly. Adjust the paths and installation commands as needed for your specific setup. |
Version: 0.0.5
How to reproduce:
Expected behavior:
OR
Add ollama conflict error message
The text was updated successfully, but these errors were encountered: