-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
Add precompiled files for windows x64 and python script instead of bash script. #197
Conversation
Please, do not distribute executable binaries in repository. |
binaries should be in Releases, not repo. |
Perhaps we could expose the artifacts generated in the CI pipeline. And eventually make a version of the project to which the releases would be related to the binaries. |
It should be built only my core maintainers. Not by fresh github account with shady name. |
Why doesn't the Github Actions workflow build file publish the build result files as github artifacts? That'd allow downloading the build result of every action run. |
Lol, why you are so rude? Yes Im new here, but that is not concern to blame me...I simply dont know how to do it right. You can tell me in normal words without agresion. |
Haven't had time to put do this right (i.e. make a PR and have the workflow create a release with multiple artifacts), but if someone just wants the Windows binaries, here I have them being built with GH actions with a minimal fork: https://github.com/Hades32/llama.cpp/actions/runs/4441656002 |
In any case, this project has basically zero dependencies. Just clone this repo and type |
Closing since we don't want to have unreproducible executables committed in the git. |
Precompiled files for windows x64 via Cmake.