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

bug: libengine.dylib not found #953

Closed
simboonlong opened this issue Jul 31, 2024 · 6 comments
Closed

bug: libengine.dylib not found #953

simboonlong opened this issue Jul 31, 2024 · 6 comments
Assignees
Labels
category: engine management Related to engine abstraction type: bug Something isn't working

Comments

@simboonlong
Copy link

simboonlong commented Jul 31, 2024

Describe the bug
When cortex run llama3, libengine.dylib not found in folder.

To Reproduce
Steps to reproduce the behavior:

  1. brew install cortexso
  2. cortex pull llama3
  3. cortex run llama3

Expected behavior
Model should run.

Screenshots
Log:

logs

Directory:
directory

Strange empty Users folder gets created too. Users > <username> > cortex > telemetry.

Desktop (please complete the following information):

  • macOS: 14.2.1
@simboonlong simboonlong added the type: bug Something isn't working label Jul 31, 2024
@louis-menlo
Copy link
Contributor

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

@louis-menlo louis-menlo moved this to In Review in Menlo Aug 2, 2024
@simboonlong
Copy link
Author

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.

@simboonlong
Copy link
Author

https://github.com/janhq/homebrew-cortexso/blob/bfcd5a09e37de50ea1bdce235b51cc059038eb79/Formula/cortexso.rb#L6

@louis-menlo
Copy link
Contributor

@simboonlong yeah, we are resolving brew to bump to a newer update.

@louis-menlo
Copy link
Contributor

This should be addressed when we refactoring cortex-cpp.

@freelerobot freelerobot added the category: engine management Related to engine abstraction label Sep 6, 2024
@dan-menlo
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: engine management Related to engine abstraction type: bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

6 participants