Spaces:
Sleeping
Sleeping
release : v1.6.0
Browse files- CMakeLists.txt +1 -1
- README.md +1 -1
- bindings/ios +1 -1
- bindings/javascript/package.json +1 -1
CMakeLists.txt
CHANGED
|
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
|
|
| 3 |
# Allow for the creation of solution folders.
|
| 4 |
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
| 5 |
|
| 6 |
-
project(whisper.cpp VERSION 1.
|
| 7 |
set(SOVERSION 1)
|
| 8 |
|
| 9 |
# Add path to modules
|
|
|
|
| 3 |
# Allow for the creation of solution folders.
|
| 4 |
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
| 5 |
|
| 6 |
+
project(whisper.cpp VERSION 1.6.0)
|
| 7 |
set(SOVERSION 1)
|
| 8 |
|
| 9 |
# Add path to modules
|
README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
[](https://opensource.org/licenses/MIT)
|
| 7 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 8 |
|
| 9 |
-
Stable: [v1.
|
| 10 |
|
| 11 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 12 |
|
|
|
|
| 6 |
[](https://opensource.org/licenses/MIT)
|
| 7 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 8 |
|
| 9 |
+
Stable: [v1.6.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
|
| 10 |
|
| 11 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 12 |
|
bindings/ios
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 5cfcfb0801be756d8347822b472e4b5e343f403f
|
bindings/javascript/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
-
"version": "1.
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
+
"version": "1.6.0",
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|