ggerganov commited on
Commit
3e54141
·
unverified ·
1 Parent(s): b708d81

release : v1.6.2

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.6.1)
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.2)
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.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
 
 
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.2](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 9a32de3814477ad2e598d4a550fcab4b23a9c576
 
1
+ Subproject commit a2085436c2eb796af90956b62bd64731f5e5b823
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.6.1",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {
 
1
  {
2
  "name": "whisper.cpp",
3
+ "version": "1.6.2",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {