release : v1.0.3

Fixed whisper.spm tests
pull/271/head 1.0.3
Georgi Gerganov 1 year ago
parent d8a0dde31a
commit 930c693989
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -1,5 +1,5 @@
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_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

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

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

Loading…
Cancel
Save