ggerganov commited on
Commit
d823237
·
unverified ·
1 Parent(s): 27c0a97

release : v1.6.0

Browse files
CMakeLists.txt CHANGED
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
3
  # Allow for the creation of solution folders.
4
  set_property(GLOBAL PROPERTY USE_FOLDERS ON)
5
 
6
- project(whisper.cpp VERSION 1.5.5)
7
  set(SOVERSION 1)
8
 
9
  # Add path to modules
 
3
  # Allow for the creation of solution folders.
4
  set_property(GLOBAL PROPERTY USE_FOLDERS ON)
5
 
6
+ project(whisper.cpp VERSION 1.6.0)
7
  set(SOVERSION 1)
8
 
9
  # Add path to modules
README.md CHANGED
@@ -6,7 +6,7 @@
6
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
8
 
9
- Stable: [v1.5.5](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.5) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
10
 
11
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
12
 
 
6
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
8
 
9
+ Stable: [v1.6.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
10
 
11
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
12
 
bindings/ios CHANGED
@@ -1 +1 @@
1
- Subproject commit 0c6cfa58a2c7384f567a5680459a0deb79224881
 
1
+ Subproject commit 5cfcfb0801be756d8347822b472e4b5e343f403f
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.5.5",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {
 
1
  {
2
  "name": "whisper.cpp",
3
+ "version": "1.6.0",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {