mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-26 04:31:47 +02:00
release : v1.7.6
This commit is contained in:
parent
06bdaa6c0c
commit
a8d002cfd8
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
|
cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
|
||||||
project("whisper.cpp" C CXX)
|
project("whisper.cpp" C CXX)
|
||||||
project("whisper.cpp" VERSION 1.7.5)
|
project("whisper.cpp" VERSION 1.7.6)
|
||||||
include(CheckIncludeFileCXX)
|
include(CheckIncludeFileCXX)
|
||||||
|
|
||||||
set(SOVERSION 1)
|
set(SOVERSION 1)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
[](https://conan.io/center/whisper-cpp)
|
[](https://conan.io/center/whisper-cpp)
|
||||||
[](https://www.npmjs.com/package/whisper.cpp/)
|
[](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:
|
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
|
## XCFramework
|
||||||
The XCFramework is a precompiled version of the library for iOS, visionOS, tvOS,
|
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
|
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
|
||||||
// swift-tools-version: 5.10
|
// swift-tools-version: 5.10
|
||||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "whisper.cpp",
|
"name": "whisper.cpp",
|
||||||
"version": "1.7.5",
|
"version": "1.7.6",
|
||||||
"description": "Whisper speech recognition",
|
"description": "Whisper speech recognition",
|
||||||
"main": "whisper.js",
|
"main": "whisper.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user