-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue After Installing AI Model #37
Comments
Hi @plyght, sorry about this. Are you running Ollama locally as well? I think this could be related to a bug in Ollama where it doesn't clean up its files from the temp directory. |
Hi, I wanted to try chatd and during the first run I also got the same error. I am not running any other LLM application locally. What could cause this issue? Here's the service log (if required):
|
I had the same issue. I reinstalled the app, went into MacOS terminal, typed ollama pull yourmodelname, then started chatd, and it worked. |
Same issue (MacOS 14.1). Never installed Ollama, but have installed LMstudio and GPT4all (both probably/possibly using some of the Ollama's libraries). Both are closed, restarted, tried the Terminal - ollama pull yourmodelname, no change. Any ideas? |
I believe this should be fixed in the new |
i got this message after it said initializing AI model: " Error: Unable to load dynamic library: Unable to load dynamic server library: dlopen(/var/folders/r3/41cmfh2s0l52ndz3w971w7lc0000gn/T/ollama2523156174/metal/libext_server.dylib, 0x0006): tried: '/var/folders/r3/41cmfh2s0l52ndz3w971w7lc0000gn/T/ollama2523156174/metal/libext_server.dylib' (code signature in <5A0BFDE3-DAFF-3CDC-88E1-EB69C3900B6B> '/private/var/folders/r3/41cmfh2s0l52ndz3w971w7lc0000gn/T/ollama2523156174/metal/libext_server.dylib' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs), "
The text was updated successfully, but these errors were encountered: