]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.0
authorGeorgi Gerganov <redacted>
Sat, 5 Oct 2024 13:43:26 +0000 (16:43 +0300)
committerGeorgi Gerganov <redacted>
Sat, 5 Oct 2024 13:43:26 +0000 (16:43 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index cb17def7d40c1d084a9844d3ac872dcdf9d9ef5f..e9679885781e62ea78ca0cfa39db3478acaa6956 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.6.2)
+project("whisper.cpp" VERSION 1.7.0)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 7c5b5d17e2384db3f9d730aa95fd066b4abf7c93..2ff85d98da81e6d2c7be14b73c37b400eb49b595 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.6.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
+Stable: [v1.7.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.0) / [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 2b3c806f3539beb5869a180fcec81fd22a7de843..b5c1313e903e5a3f264d943e341acdd99aef8fdd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.6.2",
+  "version": "1.7.0",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {