ggerganov commited on
Commit
c775ca4
·
unverified ·
1 Parent(s): 6331634

release : v1.7.4

Browse files
Files changed (3) hide show
  1. CMakeLists.txt +1 -1
  2. README.md +1 -1
  3. bindings/javascript/package.json +1 -1
CMakeLists.txt CHANGED
@@ -1,6 +1,6 @@
1
  cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
2
  project("whisper.cpp" C CXX)
3
- project("whisper.cpp" VERSION 1.7.3)
4
  include(CheckIncludeFileCXX)
5
 
6
  set(SOVERSION 1)
 
1
  cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
2
  project("whisper.cpp" C CXX)
3
+ project("whisper.cpp" VERSION 1.7.4)
4
  include(CheckIncludeFileCXX)
5
 
6
  set(SOVERSION 1)
README.md CHANGED
@@ -7,7 +7,7 @@
7
  [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
8
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
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)
11
 
12
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
13
 
 
7
  [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
8
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
9
 
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
 
12
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
13
 
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.7.3",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {
 
1
  {
2
  "name": "whisper.cpp",
3
+ "version": "1.7.4",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {