]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.6
authorGeorgi Gerganov <redacted>
Mon, 1 Jun 2026 11:56:20 +0000 (14:56 +0300)
committerGeorgi Gerganov <redacted>
Mon, 1 Jun 2026 11:56:20 +0000 (14:56 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 35c8674725f9a4796072485739642db985b94833..4df278c3ad838485e2275e5e65cfc9aa361b85d3 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
 project("whisper.cpp" C CXX)
-project("whisper.cpp" VERSION 1.8.5)
+project("whisper.cpp" VERSION 1.8.6)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index d1680e99bfc06487927420f2c2fb9ac67a6bc171..fe7fa74153a1d7ac702b256e55dfebf31f246a3b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
 [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
 
-Stable: [v1.8.1](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.1) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+Stable: [v1.8.6](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.6) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index caf12b6dd2d08426a6d2c344e443aa99ab6fd948..1f2f34672ae49ffb555026851537ecf9421b65e9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.5",
+  "version": "1.8.6",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {