]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.1
authorGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 08:17:59 +0000 (11:17 +0300)
committerGeorgi Gerganov <redacted>
Sun, 12 Oct 2025 08:17:59 +0000 (11:17 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 2df1dbaa8e89ac3d9dfb90bd6eef6feafd6ebc87..91b9d0a9118622a2cdaf1918a3ecdbbc1b0636eb 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.0)
+project("whisper.cpp" VERSION 1.8.1)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 87525c66e02d2d03239c3a090fbb9eb9576bfdfd..f197c93401d3985dd49f4e0dbb909098bfd93044 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.0](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.0) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+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/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 0cfd6504266c3905a4a0c5b63d124d8586b2ba97..ae6011573c9c8c87a76c88bb28275acecce35d34 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.0",
+  "version": "1.8.1",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {