Spaces:
Running
Running
release : v1.0.3
Browse filesFixed whisper.spm tests
- CMakeLists.txt +1 -1
- bindings/ios +1 -1
- bindings/javascript/package.json +1 -1
CMakeLists.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
cmake_minimum_required (VERSION 3.0)
|
| 2 |
-
project(whisper.cpp VERSION 1.0.
|
| 3 |
|
| 4 |
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
|
| 5 |
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
|
|
|
| 1 |
cmake_minimum_required (VERSION 3.0)
|
| 2 |
+
project(whisper.cpp VERSION 1.0.3)
|
| 3 |
|
| 4 |
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
|
| 5 |
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
bindings/ios
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit dd58b25d84dc1a0dd5839981cdf210a29995ca28
|
bindings/javascript/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
-
"version": "1.0.
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "whisper.cpp",
|
| 3 |
+
"version": "1.0.3",
|
| 4 |
"description": "Whisper speech recognition",
|
| 5 |
"main": "whisper.js",
|
| 6 |
"scripts": {
|