Spaces:
Running
Running
release : v1.7.6
Browse files- CMakeLists.txt +1 -1
- README.md +4 -2
- bindings/javascript/package.json +1 -1
CMakeLists.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
|
| 2 |
project("whisper.cpp" C CXX)
|
| 3 |
-
project("whisper.cpp" VERSION 1.7.
|
| 4 |
include(CheckIncludeFileCXX)
|
| 5 |
|
| 6 |
set(SOVERSION 1)
|
|
|
|
| 1 |
cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
|
| 2 |
project("whisper.cpp" C CXX)
|
| 3 |
+
project("whisper.cpp" VERSION 1.7.6)
|
| 4 |
include(CheckIncludeFileCXX)
|
| 5 |
|
| 6 |
set(SOVERSION 1)
|
README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
[](https://conan.io/center/whisper-cpp)
|
| 8 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 9 |
|
| 10 |
-
Stable: [v1.7.
|
| 11 |
|
| 12 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 13 |
|
|
@@ -709,7 +709,9 @@ For more details, see the conversion script [models/convert-pt-to-ggml.py](model
|
|
| 709 |
## XCFramework
|
| 710 |
The XCFramework is a precompiled version of the library for iOS, visionOS, tvOS,
|
| 711 |
and macOS. It can be used in Swift projects without the need to compile the
|
| 712 |
-
library from source. For
|
|
|
|
|
|
|
| 713 |
```swift
|
| 714 |
// swift-tools-version: 5.10
|
| 715 |
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
|
|
|
| 7 |
[](https://conan.io/center/whisper-cpp)
|
| 8 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 9 |
|
| 10 |
+
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/)
|
| 11 |
|
| 12 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 13 |
|
|
|
|
| 709 |
## XCFramework
|
| 710 |
The XCFramework is a precompiled version of the library for iOS, visionOS, tvOS,
|
| 711 |
and macOS. It can be used in Swift projects without the need to compile the
|
| 712 |
+
library from source. For example, the v1.7.5 version of the XCFramework can be
|
| 713 |
+
used as follows:
|
| 714 |
+
|
| 715 |
```swift
|
| 716 |
// swift-tools-version: 5.10
|
| 717 |
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
bindings/javascript/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
-
"version": "1.7.
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
+
"version": "1.7.6",
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|