File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.5) # for add_link_options and implicit target directories.
2
2
project ("whisper.cpp" C CXX)
3
- project ("whisper.cpp" VERSION 1.7.3 )
3
+ project ("whisper.cpp" VERSION 1.7.4 )
4
4
include (CheckIncludeFileCXX)
5
5
6
6
set (SOVERSION 1)
Original file line number Diff line number Diff line change 7
7
[ ![ Conan Center] ( https://shields.io/conan/v/whisper-cpp )] ( https://conan.io/center/whisper-cpp )
8
8
[ ![ npm] ( https://img.shields.io/npm/v/whisper.cpp.svg )] ( https://www.npmjs.com/package/whisper.cpp/ )
9
9
10
- Stable: [ v1.7.3 ] ( https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.3 ) / [ Roadmap | F.A.Q.] ( https://github.com/ggerganov/whisper.cpp/discussions/126 )
10
+ Stable: [ v1.7.4 ] ( https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.4 ) / [ Roadmap | F.A.Q.] ( https://github.com/ggerganov/whisper.cpp/discussions/126 )
11
11
12
12
High-performance inference of [ OpenAI's Whisper] ( https://github.com/openai/whisper ) automatic speech recognition (ASR) model:
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " whisper.cpp" ,
3
- "version" : " 1.7.3 " ,
3
+ "version" : " 1.7.4 " ,
4
4
"description" : " Whisper speech recognition" ,
5
5
"main" : " whisper.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments