-
Notifications
You must be signed in to change notification settings - Fork 16
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
how do I build edgen locally in Mac #110
Comments
@prabirshrestha when the build fails, does it out a specific error message |
Build works. But running the server fails with the error I mentioned. That is the only error I see even with |
@prabirshrestha this "Segmentation fault: 11" ? |
yes. Seems like using the official release version in Mac also seems to fail now. Probably some changes in master that is causing the issue. |
Now I'm getting this error.
|
Most likely, I'll inspect the CI build, might be a system deps or something |
Here are the new logs 45f2a7d
|
Would you like to share your environment, OS version, Rust and Nodejs tool chain version and all |
I'll build this on my Mac and see where we stand |
@francis2tm see this |
@prabirshrestha I tried building it on a Mac, I think there might be some missing system deps: I make a fork and added some README. https://github.com/opeolluwa/edgen/tree/main/edgen Follow the instructions, let's see where we go from there
|
You can also checkout https://docs.edgen.co |
That's after the instructions above, correct? |
yes that is after the instructions. Uninstall all rust toolchains too. Also probably wroth adding this line to the doc too in case you have multiple toolchains.
One thing I did was add this to my profile after
If I remove it I will get the same error as you do. |
Lemme get this, the application now builds, that's after you've installed llvm and removed the existing rust tool chain |
The application builds once I run the following commands. Rust toolchains didn't have much impact as I was able to build and run for other toolchains too. Just to be sure I removed all the rust toolchains and only had
I'm also able to run the edgen app and can see it in the taskbar and the window open. But as soon as I make the |
Ok good! 👍 |
What is a correct way to build edgen locally in Mac with metal?
git clone https://github.com/edgenai/edgen.git cd edgen/edgen npm run tauri build
This seems to always crash with segfault with or without llama_meta feature. It used to work before but has been failing recently.
I'm using default config and have reset it too.
The text was updated successfully, but these errors were encountered: