]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.1
authorGeorgi Gerganov <redacted>
Mon, 7 Oct 2024 10:06:48 +0000 (13:06 +0300)
committerGeorgi Gerganov <redacted>
Mon, 7 Oct 2024 10:06:48 +0000 (13:06 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index e9679885781e62ea78ca0cfa39db3478acaa6956..16a00ad599e83f95ddefe1e90aa24b2451a3ca44 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.7.0)
+project("whisper.cpp" VERSION 1.7.1)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 2ff85d98da81e6d2c7be14b73c37b400eb49b595..9be07bbcd056eb0280328ce0f8eca78df2769126 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.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:
 
index b5c1313e903e5a3f264d943e341acdd99aef8fdd..6dafb1461aac3eba45df622218c157751db875d8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.0",
+  "version": "1.7.1",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {