]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.5.3
authorGeorgi Gerganov <redacted>
Wed, 3 Jan 2024 17:36:33 +0000 (19:36 +0200)
committerGeorgi Gerganov <redacted>
Wed, 3 Jan 2024 17:36:33 +0000 (19:36 +0200)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index 8b338cbc4f84e67f0d0698c63f60321875745494..9209a13f9ca769e0ccf8e355e0f28874152b0745 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.5)
 
-project(whisper.cpp VERSION 1.5.2)
+project(whisper.cpp VERSION 1.5.3)
 
 # Add path to modules
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
index 225d17ccb01f8ca755218be697f7bce3bd366175..e3b051fbf021367f3056b66461e1f52c4ced92f6 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.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.2) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+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)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 88c28eb833fcbbb9c4b1d0d9a196c670bfc3173f..918b107c70b31a38b003ae0f978add424a048514 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 88c28eb833fcbbb9c4b1d0d9a196c670bfc3173f
+Subproject commit 918b107c70b31a38b003ae0f978add424a048514
index 2445896b51e4928b304137e28df467b5c31bb193..5b629ac73c7e788b8c3dc91f18f7f70a60eeac0b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.5.2",
+  "version": "1.5.3",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {