bug: libengine.dylib not found
Describe the bug
When cortex run llama3, libengine.dylib not found in folder.
To Reproduce Steps to reproduce the behavior:
-
brew install cortexso -
cortex pull llama3 -
cortex run llama3
Expected behavior Model should run.
Screenshots Log:
Directory:
Strange empty Users folder gets created too. Users > <username> > cortex > telemetry.
Desktop (please complete the following information):
- macOS: 14.2.1
Hey @simboonlong could you please help upgrade to the latest version? I think those have been addressed.
Engine & Users
After installed the latest version, please try cortex engines llamacpp init
This is tested to indeed work with 0.5.0-1 version. it assumes that i do a npm global install of npm i -g cortexso.
However if i do the brew install of brew install cortexso, i seem to always stuck at cortexso 0.1.1 version installed in Cellar.
https://github.com/janhq/homebrew-cortexso/blob/bfcd5a09e37de50ea1bdce235b51cc059038eb79/Formula/cortexso.rb#L6
@simboonlong yeah, we are resolving brew to bump to a newer update.
This should be addressed when we refactoring cortex-cpp.
@simboonlong FYI, we are currently re-writing Cortex to be a full C++ codebase, instead of JS + C++ as before. We will launch v0.1 in coming weeks, so expect some changes.
I'll be closing this ticket, but reference it in our MVP test coverage so we ensure this does not happen in v0.1.