]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.0.4
authorGeorgi Gerganov <redacted>
Sat, 17 Dec 2022 17:52:42 +0000 (19:52 +0200)
committerGeorgi Gerganov <redacted>
Sat, 17 Dec 2022 17:52:42 +0000 (19:52 +0200)
CMakeLists.txt
bindings/ios
bindings/javascript/package.json

index b02b8546b44d87a00ba252509685a59dc8f455d9..0233ec4cc901a7de44fc2beb551658241b991e8f 100644 (file)
@@ -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)
index dd58b25d84dc1a0dd5839981cdf210a29995ca28..1502317fe050c1d5ae1a81082153b8f00d50d9cd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28
+Subproject commit 1502317fe050c1d5ae1a81082153b8f00d50d9cd
index d7545902c72221b7dfbf15acf8b46eb22a2d2042..99531eb8883e2d77c6b9d4f6466964bdaee8508f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {