]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.4 upstream/1.7.4
authorGeorgi Gerganov <redacted>
Mon, 6 Jan 2025 13:13:48 +0000 (15:13 +0200)
committerGeorgi Gerganov <redacted>
Mon, 6 Jan 2025 13:13:48 +0000 (15:13 +0200)
CMakeLists.txt
README.md
bindings/javascript/package.json

index ff6500a84d9b133be85e37b7deb43ac79593c68a..45f8270c4e49ece0d66a9994897dc20ba31d343b 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.3)
+project("whisper.cpp" VERSION 1.7.4)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index fb6fbe61842677b6c95ba38305ec87aff0ae830c..93e50d16ce45b17c264f1d1862de733c491c9573 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.3](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.3) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+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)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 9eca4c1d733d55707751e6693b7b4dcd271bdd52..54c891e8b7a97b7a3242ac338b6d551be885f4fb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.3",
+  "version": "1.7.4",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {