]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.1.1
authorGeorgi Gerganov <redacted>
Mon, 23 Jan 2023 18:23:44 +0000 (20:23 +0200)
committerGeorgi Gerganov <redacted>
Mon, 23 Jan 2023 18:23:44 +0000 (20:23 +0200)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index 9d7902590b33915ef07dca25e2a37e8a6a8f875a..af07ac9514efaa2c267c30209b2e09edac0fbb7b 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.0)
 
-project(whisper.cpp VERSION 1.1.0)
+project(whisper.cpp VERSION 1.1.1)
 
 # Add path to modules
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
index 7fa728b341c9da99b2c40197f1d1530f21d6e151..21f0b1c15d729b8d96daadbf9b0c229db4276649 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,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.0.4](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.0.4) / Beta: [v1.1.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.1.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.1.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.1.1) / [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 f6334b026f63700ff86f2a942da7ef69690d10a2..9653b42eb4d6d7ef08f736e20f05c4d24492407b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f6334b026f63700ff86f2a942da7ef69690d10a2
+Subproject commit 9653b42eb4d6d7ef08f736e20f05c4d24492407b
index 81f5de4d8573a0b71e8b4303e4024aba720f8989..173b8005483bf70c562f30c851e9319bb850341f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {