]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.0.2
authorGeorgi Gerganov <redacted>
Mon, 12 Dec 2022 18:25:56 +0000 (20:25 +0200)
committerGeorgi Gerganov <redacted>
Mon, 12 Dec 2022 18:29:30 +0000 (20:29 +0200)
CMakeLists.txt
bindings/ios
bindings/javascript/package.json

index 23b8e4647f0c2561620844472f3ca022ce371cd6..7f9cdfc7f069138ab3a05063349267cf4023d644 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required (VERSION 3.0)
-project(whisper.cpp VERSION 1.0.0)
+project(whisper.cpp VERSION 1.0.2)
 
 set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
index 4bda8e9d8030551b5725984a979a2e7103c4ecb5..8482196666ff4ac8bf9e00bcd23abc10d2b6ac86 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4bda8e9d8030551b5725984a979a2e7103c4ecb5
+Subproject commit 8482196666ff4ac8bf9e00bcd23abc10d2b6ac86
index b1aca06faa4a2e8d89234d9420f3187e004274eb..1b7cab136b33cdaf4bee4f7a4a7d1e1bd1f396a3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.0.0",
+  "version": "1.0.2",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {