]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.6.2
authorGeorgi Gerganov <redacted>
Mon, 27 May 2024 07:35:09 +0000 (10:35 +0300)
committerGeorgi Gerganov <redacted>
Mon, 27 May 2024 07:35:09 +0000 (10:35 +0300)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index 541be8a5d573a8bbfc26f50c3a2e39a80eea84bb..82913aa62baefbb35906ac6557c5882719a5eb53 100644 (file)
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
 # Allow for the creation of solution folders.
 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
 
-project(whisper.cpp VERSION 1.6.1)
+project(whisper.cpp VERSION 1.6.2)
 set(SOVERSION 1)
 
 # Add path to modules
index 0c34e8dffce7504a6061377f227cc0af6367f155..c2c6bc4a2b1925609e95391936d4379ab9f73297 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.6.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.6.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [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 9a32de3814477ad2e598d4a550fcab4b23a9c576..a2085436c2eb796af90956b62bd64731f5e5b823 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9a32de3814477ad2e598d4a550fcab4b23a9c576
+Subproject commit a2085436c2eb796af90956b62bd64731f5e5b823
index da6a9efdc6c9a64180343c55b43cd9e43d858279..2b3c806f3539beb5869a180fcec81fd22a7de843 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.6.1",
+  "version": "1.6.2",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {