Skip to content

Releases: danbev/whisper.cpp

danbev-windows-artifacts-test2

07 May 09:00
Compare
Choose a tag to compare
Pre-release
ci : zip windows artifacts for release uploading

This commit adds steps to the windows jobs to zip and upload
artifacts produced.

The motivation for this is that currently the artifacts are not zipped
which means that will not be picked up by the release job and hence not
be included in github releases.

danbev-windows-artifacts-test

07 May 07:32
Compare
Choose a tag to compare
Pre-release
ci : zip windows artifacts for release uploading

This commit adds steps to the windows jobs to zip and upload
artifacts produced.

The motivation for this is that currently the artifacts are not zipped
which means that will not be picked up by the release job and hence not
be included in github releases.

danbev-testing-xcframework-release

07 May 06:26
Compare
Choose a tag to compare
Pre-release
ci : add zip extension to xcframework artifact name

This commit add the .zip extension to the xcframework artifact name in
the GitHub Actions workflow.

The motivation for this that the release job will look for .zip files
and will not find the xcframework artifact without the extension, and
hence will not upload it to the release.

danbev-java-jar-artifact-test

07 May 12:03
Compare
Choose a tag to compare
Pre-release
ci : add bindings-java jar artifact to release

This commit adds the jar artifact from bindings java to the release
process.

b2368

01 Apr 12:42
Compare
Choose a tag to compare
squash! use python3.11 for coreml model generation

b2352

31 Mar 11:07
Compare
Choose a tag to compare
ci : re-enable freeBDS-latest job

This commit re-enables the freeBSD-latest job in the build.yml file.

This will probably fail as now changes have been made but I'd like to
see the error before settning up an virtual machine to test it locally.

b2341

27 Mar 12:58
Compare
Choose a tag to compare
squash! ci : re-enable bindings-java (java) job

Add a condition to the bindings-java job to only run when the event is a
push, pull_request, or the run_type is full-ci.

b2253

19 Mar 06:49
Compare
Choose a tag to compare
ci : refactor cuda toolkit installation steps

The commit updates the CUDA tookkit installation steps to use variables
for the CUDA version and the components versions.

The motivation for this change is that the currently the versions for
the components are used in multiple places and it is hard to update
and maintain.

b2252

19 Mar 07:17
d2aaffd
Compare
Choose a tag to compare
ci : add ccache action to windows-cublas job (#2893)

* ci : add ccache action to windows-cublas job

This commit adds the ccache action to the windows-cublas job. This will
allow us to cache the build artifacts and hopefully speed up the build
process.

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

danbev-testing-pre-release2

17 Mar 11:42
Compare
Choose a tag to compare
Pre-release
ci: fix artifact name in build.yml