]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.5.4
authorGeorgi Gerganov <redacted>
Fri, 5 Jan 2024 15:11:27 +0000 (17:11 +0200)
committerGeorgi Gerganov <redacted>
Fri, 5 Jan 2024 15:11:27 +0000 (17:11 +0200)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index 9209a13f9ca769e0ccf8e355e0f28874152b0745..567a58d80eab7a201fdfdace347f07c6194574b1 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.5)
 
-project(whisper.cpp VERSION 1.5.3)
+project(whisper.cpp VERSION 1.5.4)
 
 # Add path to modules
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
index e3b051fbf021367f3056b66461e1f52c4ced92f6..f000d2dda9116c0f36cb454d5f59afd0a211aa6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
 [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
 
-Stable: [v1.5.3](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.3) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.5.4](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.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 918b107c70b31a38b003ae0f978add424a048514..b21b6ff32595d73694045f4c5568a0981096cbf7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 918b107c70b31a38b003ae0f978add424a048514
+Subproject commit b21b6ff32595d73694045f4c5568a0981096cbf7
index 5b629ac73c7e788b8c3dc91f18f7f70a60eeac0b..10892b82c4e604ec21677d8b0028c6b713a3a995 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.5.3",
+  "version": "1.5.4",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {