From: Georgi Gerganov Date: Sun, 12 Oct 2025 08:17:59 +0000 (+0300) Subject: release : v1.8.1 X-Git-Tag: upstream/1.8.2~24 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a91dd3be72f70dd1b3cb6e252f35fa17b93f596c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp release : v1.8.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df1dbaa..91b9d0a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 87525c66..f197c934 100644 --- 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: diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 0cfd6504..ae601157 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.0", + "version": "1.8.1", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {