release : v1.9.3 (#4000)
This commit is contained in:
parent
81c190560a
commit
371b5a7561
|
|
@ -5,7 +5,7 @@ include(CheckIncludeFileCXX)
|
|||
### whisper.cpp version
|
||||
set(WHISPER_VERSION_MAJOR 1)
|
||||
set(WHISPER_VERSION_MINOR 9)
|
||||
set(WHISPER_VERSION_PATCH 2)
|
||||
set(WHISPER_VERSION_PATCH 3)
|
||||
set(WHISPER_VERSION_BASE "${WHISPER_VERSION_MAJOR}.${WHISPER_VERSION_MINOR}.${WHISPER_VERSION_PATCH}")
|
||||
|
||||
# whether this is a development/nightly build
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
[](https://conan.io/center/whisper-cpp)
|
||||
[](https://www.npmjs.com/package/whisper.cpp/)
|
||||
|
||||
Stable: [v1.9.2](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.2) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
|
||||
Stable: [v1.9.3](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.3) / [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:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "whisper.cpp",
|
||||
"version": "1.9.2-dev",
|
||||
"version": "1.9.3",
|
||||
"description": "Whisper speech recognition",
|
||||
"main": "whisper.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue