]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.3
authorGeorgi Gerganov <redacted>
Wed, 18 Dec 2024 16:12:40 +0000 (18:12 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Dec 2024 16:12:40 +0000 (18:12 +0200)
CMakeLists.txt
README.md
bindings/javascript/package.json

index c53252bac776d38ccd69ee590c87ac20e3c3ad4d..ff6500a84d9b133be85e37b7deb43ac79593c68a 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
 project("whisper.cpp" C CXX)
-project("whisper.cpp" VERSION 1.7.2)
+project("whisper.cpp" VERSION 1.7.3)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index a70e58df5dcab7156717b1c77577727dde84a098..faa166d04b24deefa8a7dcc0faa8c77b7b4eff6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
 [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
 
-Stable: [v1.7.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.2) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.7.3](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.3) / [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 a66ba6b6bd9ef29ed1155f8f8c99556f1d264b63..9eca4c1d733d55707751e6693b7b4dcd271bdd52 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.2",
+  "version": "1.7.3",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {