Skip to content

Commit ad13890

Browse files
committed
release : v1.2.1
1 parent f420de1 commit ad13890

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build-em/
1010
build-debug/
1111
build-release/
1212
build-static/
13+
build-no-accel/
1314
build-sanitize-addr/
1415
build-sanitize-thread/
1516

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.0)
22

3-
project(whisper.cpp VERSION 1.2.0)
3+
project(whisper.cpp VERSION 1.2.1)
44

55
# Add path to modules
66
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
55
[![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
66

7-
Stable: [v1.2.0](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
7+
Stable: [v1.2.1](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.2.1) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
88

99
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
1010

bindings/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whisper.cpp",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Whisper speech recognition",
55
"main": "whisper.js",
66
"scripts": {

0 commit comments

Comments
 (0)