Releases: danbev/whisper.cpp
Releases · danbev/whisper.cpp
danbev-windows-artifacts-test2
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
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
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
ci : add bindings-java jar artifact to release This commit adds the jar artifact from bindings java to the release process.
b2368
b2352
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
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
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
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
ci: fix artifact name in build.yml