release : v1.0.3

Fixed whisper.spm tests
pull/271/head 1.0.3
Georgi Gerganov 2022-12-12 20:36:52 +02:00
parent d8a0dde31a
commit 930c693989
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.0) cmake_minimum_required (VERSION 3.0)
project(whisper.cpp VERSION 1.0.2) project(whisper.cpp VERSION 1.0.3)
set(CMAKE_EXPORT_COMPILE_COMMANDS "on") set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

@ -1 +1 @@
Subproject commit 8482196666ff4ac8bf9e00bcd23abc10d2b6ac86 Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28

View File

@ -1,6 +1,6 @@
{ {
"name": "whisper.cpp", "name": "whisper.cpp",
"version": "1.0.2", "version": "1.0.3",
"description": "Whisper speech recognition", "description": "Whisper speech recognition",
"main": "whisper.js", "main": "whisper.js",
"scripts": { "scripts": {