ci: add tag-driven prebuilt release pipeline - #286
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
|
btw I dont know whether the other binaries work pls test them out on my fork before you merge this |
|
@drzsdrtfg Thank you for the PR! It may require some time to test...Stay tuned. |
|
Ok. Just let me know when issues appear. @0xShug0 |
|
@drzsdrtfg Tested the Metal and Linux releases so far, and they work correctly. One thing I noticed during testing: The current prebuilts don’t pass the flags to the server to enable the native model manager ( Could you update the release scripts so the prebuilts include the self-contained native UI? More about the new flags: |
|
Ok, I will. |
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.