Spaces:
Sleeping
Sleeping
release : v1.2.1
Browse files- .gitignore +1 -0
- CMakeLists.txt +1 -1
- README.md +1 -1
- bindings/ios +1 -1
- bindings/javascript/package.json +1 -1
.gitignore
CHANGED
|
@@ -10,6 +10,7 @@ build-em/
|
|
| 10 |
build-debug/
|
| 11 |
build-release/
|
| 12 |
build-static/
|
|
|
|
| 13 |
build-sanitize-addr/
|
| 14 |
build-sanitize-thread/
|
| 15 |
|
|
|
|
| 10 |
build-debug/
|
| 11 |
build-release/
|
| 12 |
build-static/
|
| 13 |
+
build-no-accel/
|
| 14 |
build-sanitize-addr/
|
| 15 |
build-sanitize-thread/
|
| 16 |
|
CMakeLists.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
cmake_minimum_required (VERSION 3.0)
|
| 2 |
|
| 3 |
-
project(whisper.cpp VERSION 1.2.
|
| 4 |
|
| 5 |
# Add path to modules
|
| 6 |
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
|
|
|
|
| 1 |
cmake_minimum_required (VERSION 3.0)
|
| 2 |
|
| 3 |
+
project(whisper.cpp VERSION 1.2.1)
|
| 4 |
|
| 5 |
# Add path to modules
|
| 6 |
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
|
README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
[](https://opensource.org/licenses/MIT)
|
| 5 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 6 |
|
| 7 |
-
Stable: [v1.2.
|
| 8 |
|
| 9 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 10 |
|
|
|
|
| 4 |
[](https://opensource.org/licenses/MIT)
|
| 5 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 6 |
|
| 7 |
+
Stable: [v1.2.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.1) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
|
| 8 |
|
| 9 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 10 |
|
bindings/ios
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 92d4c5c9a07b726e35c20dc513532789919e00c4
|
bindings/javascript/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
-
"version": "1.2.
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
+
"version": "1.2.1",
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|