ci: add tag-driven prebuilt release pipeline - #286
Open
drzsdrtfg wants to merge 22 commits into
Open
Conversation
…Vulkan SDK fix, OpenMP-off CUDA build) [no release]
…PU/Vulkan preset bins) [no release]
… runtime DLLs in CUDA release
… as ggml-cuda.dll instead of 3 monoliths
…g-name, GGML_BACKEND_DL CUDA, robust cudart bundling)
…dle cufft64 runtime
…n input + publish gate
Author
|
btw I dont know whether the other binaries work pls test them out on my fork before you merge this |
Owner
|
@drzsdrtfg Thank you for the PR! It may require some time to test...Stay tuned. |
Author
|
Ok. Just let me know when issues appear. @0xShug0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the prebuilt release pipeline: every
v*release now ships ready-to-run binaries attached to the GitHub Release. This is the full set of changes this fork adds over upstream0xShug0/audio.cpp— 2 files.Changes
.github/workflows/release.ymldocs/RELEASING.md.github/workflows/release.ymlv*semver tag push, or manualworkflow_dispatchwith a publish checkbox (used for build-only dry runs). No release on everymainpush.audiocpp_cli,audiocpp_server,audiocpp_ggufwith-DAUDIOCPP_DEPLOYMENT_BUILD=ON -DENGINE_ENABLE_LLAMAFILE=ON -DENGINE_ENABLE_CUDA_GRAPHS=ON.linux-rocmis commented out (no AMD GPU runner).ggml-cuda.dll; the CUDA runtime ships once in a separate-cudart-...zip. CUDA archs are pinned all-real.audio-<tag>-bin-windows-x64-<backend>.zip(+-cudart-...zip); Linux/macOS as.tar.gz.gh release uploadto an existing release (--clobber) orgh release createon a new tag (--generate-notes).docs/RELEASING.mdUI-only steps to draft a release, tag, dry-run from the Actions tab, plus the artifact table and the GPU-runtime verification note.
Validation
The prebuilt binaries were downloaded and run to confirm they work out of the box.
Hardware:
Config:
audiocpp_cli --task tts --family supertonic --model supertonic-3-f16.gguf --voice-id M1 --num-inference-steps 8 --seed 1234Vulkan binary (Radeon RX Vega 56):
CPU binary (i5-10400):
These runs only confirm the shipped binaries enumerate the device and synthesize correctly; see the README for reference performance figures.
Notes
release.ymlreferencesmacos-26/macos-15-intelrunner labels; adjust to this repo's runner pool if different.