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

CI Improvements #230

Merged
merged 2 commits into from
Mar 18, 2023
Merged

CI Improvements #230

merged 2 commits into from
Mar 18, 2023

Conversation

anzz1
Copy link
Contributor

@anzz1 anzz1 commented Mar 17, 2023

AI for the masses

  • Github CI changes

    • Add feature to manually trigger CI and choose whether to create a new release (workflow_dispatch)
    • Autobuild triggers only on relevant changes (code, not readme) or manually
    • Autorelease triggers only on pushes to master branch or manually

From alpaca to llama antimatter15#5

Manual build feature, autoreleases for Windows
@anzz1
Copy link
Contributor Author

anzz1 commented Mar 17, 2023

Here is an example on how the releases will look like: https://github.com/anzz1/alpaca.cpp/releases

image

There'll also be this handy little checkbox on the actions page when running manually to choose whether to do just a test build or create a new release.

@gjmulder gjmulder added the build Compilation issues label Mar 17, 2023
use branch name in releases and tags
@ggerganov ggerganov merged commit b2de7f1 into ggerganov:master Mar 18, 2023
@anzz1
Copy link
Contributor Author

anzz1 commented Mar 18, 2023

The workflow permissions need to be set to "Read and Write permissions" at https://github.com/ggerganov/llama.cpp/settings/actions
for the workflow to work properly.

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

Successfully merging this pull request may close these issues.

3 participants