]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.2 upstream/1.8.2
authorGeorgi Gerganov <redacted>
Wed, 15 Oct 2025 07:29:42 +0000 (10:29 +0300)
committerGeorgi Gerganov <redacted>
Wed, 15 Oct 2025 07:29:42 +0000 (10:29 +0300)
CMakeLists.txt
bindings/javascript/package.json

index 91b9d0a9118622a2cdaf1918a3ecdbbc1b0636eb..517f30bb6daa0d77589f1d0247aa4598b4870530 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
 project("whisper.cpp" C CXX)
-project("whisper.cpp" VERSION 1.8.1)
+project("whisper.cpp" VERSION 1.8.2)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index ae6011573c9c8c87a76c88bb28275acecce35d34..37bc75098f90ddc12888447a6ad4a689f3eb0851 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.1",
+  "version": "1.8.2",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {