]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.0 upstream/1.8.0
authorGeorgi Gerganov <redacted>
Tue, 30 Sep 2025 18:25:16 +0000 (21:25 +0300)
committerGeorgi Gerganov <redacted>
Tue, 30 Sep 2025 18:25:36 +0000 (21:25 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 989e94ba93d71b44345c11c0b5bfb1bdf6e0fced..2df1dbaa8e89ac3d9dfb90bd6eef6feafd6ebc87 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.6)
+project("whisper.cpp" VERSION 1.8.0)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index e6c07bbcb00974063a84dd6dd36d0b8d61fa2964..87525c66e02d2d03239c3a090fbb9eb9576bfdfd 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.6](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.6) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+Stable: [v1.8.0](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.0) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 3d0e0710519ca273c0b321833b0375401612b4e8..0cfd6504266c3905a4a0c5b63d124d8586b2ba97 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.6",
+  "version": "1.8.0",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {