]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.7.6
authorGeorgi Gerganov <redacted>
Wed, 25 Jun 2025 13:47:03 +0000 (16:47 +0300)
committerGeorgi Gerganov <redacted>
Wed, 25 Jun 2025 13:47:03 +0000 (16:47 +0300)
CMakeLists.txt
README.md
bindings/javascript/package.json

index cf8d3c2003ba66584e3fdc647e4acb9a040564b6..36eef350c09ba04212537206a4ec5e95762e2feb 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.5)
+project("whisper.cpp" VERSION 1.7.6)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 0298818cc240a623665cbfc7632f4fb1566132c5..2e92a27f07c5c5f55025076f5996e358fa5d2f4b 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.5](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.5) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+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/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
@@ -709,7 +709,9 @@ For more details, see the conversion script [models/convert-pt-to-ggml.py](model
 ## XCFramework
 The XCFramework is a precompiled version of the library for iOS, visionOS, tvOS,
 and macOS. It can be used in Swift projects without the need to compile the
-library from source. For examples:
+library from source. For example, the v1.7.5 version of the XCFramework can be
+used as follows:
+
 ```swift
 // swift-tools-version: 5.10
 // The swift-tools-version declares the minimum version of Swift required to build this package.
index df72d132943ac7980a9bfb1b8a7e6ba436ce06fc..3d0e0710519ca273c0b321833b0375401612b4e8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.7.5",
+  "version": "1.7.6",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {