mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
release : v1.0.3
Fixed whisper.spm tests
This commit is contained in:
parent
d8a0dde31a
commit
930c693989
@ -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…
Reference in New Issue
Block a user