]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.5.2
authorGeorgi Gerganov <redacted>
Thu, 14 Dec 2023 15:56:11 +0000 (17:56 +0200)
committerGeorgi Gerganov <redacted>
Thu, 14 Dec 2023 15:56:39 +0000 (17:56 +0200)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index b6d8aac982e171ae1423d5376f9ff044d3ea5313..03e6bd01c2a052dd8631c2ecd6383eb1ffebeb72 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.5)
 
-project(whisper.cpp VERSION 1.5.1)
+project(whisper.cpp VERSION 1.5.2)
 
 # Add path to modules
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
index 9b30a4cf64a057f458c98da91a023be6b75347e6..34076350e188dad2d4010279c4f32ba89ba217e2 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.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.1) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+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)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index db6b353a38be49f94d78d630e4d13c68ba3e6957..88c28eb833fcbbb9c4b1d0d9a196c670bfc3173f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit db6b353a38be49f94d78d630e4d13c68ba3e6957
+Subproject commit 88c28eb833fcbbb9c4b1d0d9a196c670bfc3173f
index 2bc6f6f2d130761c1d4438c31ce7b11f05fce20b..2445896b51e4928b304137e28df467b5c31bb193 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.5.1",
+  "version": "1.5.2",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {