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

Feature request: Github build workflow #6

Open
flatsiedatsie opened this issue Apr 28, 2024 · 1 comment
Open

Feature request: Github build workflow #6

flatsiedatsie opened this issue Apr 28, 2024 · 1 comment

Comments

@flatsiedatsie
Copy link

It would rock if there was always an cutting-edge pre-compiled distribution available to download from github, based on the latest code.

@ngxson
Copy link
Owner

ngxson commented Apr 28, 2024

Yes it would be an useful thing to add.

My idea is to have 2 workflows:

  • One to pull and compile the latest thing from upstream llama.cpp
  • One to compile and push to npm. I did the same thing with my other project. This is mostly for security reason, the build is done on CI for more transparency.

I would be nice to also have some kind of e2e test which opens a headless browser and test it.

However, I don't have much time to burn for the moment. Would be nice if someone can help me out with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants