mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 20:57:52 +00:00
release : v1.0.4
This commit is contained in:
parent
419b8a6402
commit
1d716d6e34
@ -1,5 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
project(whisper.cpp VERSION 1.0.3)
|
||||
|
||||
project(whisper.cpp VERSION 1.0.4)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28
|
||||
Subproject commit 1502317fe050c1d5ae1a81082153b8f00d50d9cd
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "whisper.cpp",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Whisper speech recognition",
|
||||
"main": "whisper.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user