From: Georgi Gerganov Date: Mon, 7 Oct 2024 10:06:48 +0000 (+0300) Subject: release : v1.7.1 X-Git-Tag: upstream/1.7.4~330 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ebca09a3d1033417b0c630bbbe607b0f185b1488;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp release : v1.7.1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e9679885..16a00ad5 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.7.0) +project("whisper.cpp" VERSION 1.7.1) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/README.md b/README.md index 2ff85d98..9be07bbc 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.7.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126) +Stable: [v1.7.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.1) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126) 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 b5c1313e..6dafb146 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.7.0", + "version": "1.7.1", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {