]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.0.3
authorGeorgi Gerganov <redacted>
Mon, 12 Dec 2022 18:36:52 +0000 (20:36 +0200)
committerGeorgi Gerganov <redacted>
Mon, 12 Dec 2022 18:36:52 +0000 (20:36 +0200)
Fixed whisper.spm tests

CMakeLists.txt
bindings/ios
bindings/javascript/package.json

index 7f9cdfc7f069138ab3a05063349267cf4023d644..b02b8546b44d87a00ba252509685a59dc8f455d9 100644 (file)
@@ -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)
index 8482196666ff4ac8bf9e00bcd23abc10d2b6ac86..dd58b25d84dc1a0dd5839981cdf210a29995ca28 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8482196666ff4ac8bf9e00bcd23abc10d2b6ac86
+Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28
index 1b7cab136b33cdaf4bee4f7a4a7d1e1bd1f396a3..d7545902c72221b7dfbf15acf8b46eb22a2d2042 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {