]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.6.1
authorGeorgi Gerganov <redacted>
Tue, 21 May 2024 15:44:37 +0000 (18:44 +0300)
committerGeorgi Gerganov <redacted>
Tue, 21 May 2024 15:44:37 +0000 (18:44 +0300)
CMakeLists.txt
bindings/ios
bindings/javascript/package.json

index 3eb12c107831f041eafcc68734ef2613efa8c973..541be8a5d573a8bbfc26f50c3a2e39a80eea84bb 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.0)
+project(whisper.cpp VERSION 1.6.1)
 set(SOVERSION 1)
 
 # Add path to modules
index 5cfcfb0801be756d8347822b472e4b5e343f403f..9a32de3814477ad2e598d4a550fcab4b23a9c576 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5cfcfb0801be756d8347822b472e4b5e343f403f
+Subproject commit 9a32de3814477ad2e598d4a550fcab4b23a9c576
index 354d0ce903c2ccdb82775d027a5baeb71801d116..da6a9efdc6c9a64180343c55b43cd9e43d858279 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.6.0",
+  "version": "1.6.1",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {