]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.4.0
authorGeorgi Gerganov <redacted>
Sun, 30 Apr 2023 16:23:37 +0000 (19:23 +0300)
committerGeorgi Gerganov <redacted>
Sun, 30 Apr 2023 16:23:37 +0000 (19:23 +0300)
CMakeLists.txt
README.md
bindings/ios
bindings/javascript/package.json

index 04a04df157cb75dd6efebaaf90e5578a9e391b91..3412b013764115fa69a2bef85ed59c8694f4833f 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.0)
 
-project(whisper.cpp VERSION 1.3.0)
+project(whisper.cpp VERSION 1.4.0)
 
 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
     add_compile_options(/utf-8)
index aeb20f280085872c5e5cee9bc08cc6c648ed9c25..bf5fef06205a3c04d59df5cb31926636886cbdc9 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/)
 
-Beta: [v1.3.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.3.0) / Stable: [v1.2.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.1) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Beta: [v1.4.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.4.0) / Stable: [v1.2.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.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 fce433c4b75edcc9bdab4d7e82cd69e839af6d90..30edc4c5004c015d99d5962e7ab14c5e91a476ce 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fce433c4b75edcc9bdab4d7e82cd69e839af6d90
+Subproject commit 30edc4c5004c015d99d5962e7ab14c5e91a476ce
index d1181e34dbd0d065f311e54ddabcb194cc842600..2ef1766cc979ea678c3b09d47a00961948a2c3ee 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.3.0",
+  "version": "1.4.0",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {