]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : add coreml job that converts base.en to coreml [no ci] (#2981)
authorDaniel Bevenius <redacted>
Tue, 1 Apr 2025 15:04:32 +0000 (17:04 +0200)
committerGitHub <redacted>
Tue, 1 Apr 2025 15:04:32 +0000 (17:04 +0200)
commit04b9508fb3bb4556763f6addf3e53a6edabdef4b
treec5868844b0279cded35266a4a20997b08ed149f5
parent4200430e759c2a94716cc8c52c38b32b972aa3e3
ci : add coreml job that converts base.en to coreml [no ci] (#2981)

* ci : add coreml job that converts base.en to coreml [no ci]

This commit adds a new job to the CI pipeline that downloads the base.en
model and converts it to CoreML format. The CoreML model is then packed
into a zip file and uploaded as an artifact.

This will only be done for pushes to master, releases, or pre-releases.

Refs: https://github.com/ggerganov/whisper.cpp/issues/2783

* coreml : remove publishing of coreml model

* ci : add GGML_OPENMP=OFF to ubuntu-22-gcc-sanitized
.github/workflows/build.yml