Skip to content

Tags: ggml-org/whisper.cpp

Tags

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
release : v1.8.2

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
release : v1.8.1

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
release : v1.8.0

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was signed with the committer’s verified signature.
ggerganov Georgi Gerganov
release : v1.7.6

danbev-testing-xcframework-release

Toggle danbev-testing-xcframework-release's commit message
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

Toggle danbev-java-jar-artifact-test's commit message
ci : add bindings-java jar artifact to release

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

v1.7.5

Toggle v1.7.5's commit message
release : v1.7.5

b2365

Toggle b2365's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
android.java : re-add ggml source updates (#2975)

This commit updates the ggml source to include the new unary and binary
operations. I merged #2958
which seems to have overwritten the changes to the ggml source which
were added in #2972.

Sorry about this.

b2364

Toggle b2364's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci : re-enable freeBDS-latest job (#2973)

This commit re-enables the freeBSD-latest job which has been commented
out.

Refs: #2781

b2362

Toggle b2362's commit message
android : add new ggml source files

ggml-ci