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.4 )
3
+ project ("whisper.cpp" VERSION 1.7.5 )
4
4
include (CheckIncludeFileCXX)
5
5
6
6
set (SOVERSION 1)
Original file line number Diff line number Diff line change 10
10
> [ !NOTE]
11
11
> New maintenance roadmap: https://github.com/ggerganov/whisper.cpp/discussions/2788
12
12
13
- 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 )
13
+ Stable: [ v1.7.5 ] ( https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.5 ) / [ Roadmap | F.A.Q.] ( https://github.com/ggerganov/whisper.cpp/discussions/126 )
14
14
15
15
High-performance inference of [ OpenAI's Whisper] ( https://github.com/openai/whisper ) automatic speech recognition (ASR) model:
16
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " whisper.cpp" ,
3
- "version" : " 1.7.4 " ,
3
+ "version" : " 1.7.5 " ,
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