]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.5 upstream/1.7.5
authorGeorgi Gerganov <redacted>
Wed, 2 Apr 2025 13:31:22 +0000 (16:31 +0300)
committerGeorgi Gerganov <redacted>
Wed, 2 Apr 2025 13:39:48 +0000 (16:39 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 09c1cb4bc48bf177e1ef02773bf983fbac04d341..be6db903c4a9c8c9169510ab5aa465b99bcd2f9f 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.4)
+project("whisper.cpp" VERSION 1.7.5)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index dfe7f14388ab125b6d149580901624995a3df8ab..b4b3ec79e8f03407850e7c04d6af059aaa50716c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 > [!NOTE]
 > New maintenance roadmap: https://github.com/ggerganov/whisper.cpp/discussions/2788
 
-Stable: [v1.7.4](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.4) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.7.5](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.5) / [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 54c891e8b7a97b7a3242ac338b6d551be885f4fb..df72d132943ac7980a9bfb1b8a7e6ba436ce06fc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.4",
+  "version": "1.7.5",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {