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

index 3412b013764115fa69a2bef85ed59c8694f4833f..c4c7aa88b459c897286bbd15335d49c04ec6ddf2 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required (VERSION 3.0)
 
-project(whisper.cpp VERSION 1.4.0)
+project(whisper.cpp VERSION 1.4.1)
 
 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
     add_compile_options(/utf-8)
index bf5fef06205a3c04d59df5cb31926636886cbdc9..45ef0b86072d8f446f30c1fe69f4450ad38c8e1c 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.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)
+Beta: [v1.4.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.4.1) / 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 30edc4c5004c015d99d5962e7ab14c5e91a476ce..af745e4f2f2d3317e32df542beaf73bb56914718 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 30edc4c5004c015d99d5962e7ab14c5e91a476ce
+Subproject commit af745e4f2f2d3317e32df542beaf73bb56914718
index 2ef1766cc979ea678c3b09d47a00961948a2c3ee..d04b38f5e27da6b09484d08e659d7faa70cf3256 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {