mirror of
https://github.com/ggerganov/whisper.cpp
synced 2026-03-07 15:39:20 +01:00
* Prevent overflow
* Fix memsize of Whisper::Context
* Rename xxx_initialize to more Ruby-esque name: xxx_s_new
* Define Whisper::Model::ZipURI
* Define Whisper::Model.coreml_compiled_models
* Make Options' @cmake_options Hash
* Use --{enable,disable}-whisper-coreml option for -I/opt/homebrew/opt/llvm/include
* Prepare Core ML model if enabled
* Add test for ZipURI
* Add signatures for ZipURI
* Add Whisper.system_info_str
* Add test for Whisper.system_info_str
* Add signagure for Model.coreml_compiled_models
* Add signature for Whisper.system_info_str
* Add test for Core ML
* Update date
* Maintain .gitignore
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
Makefile
|
|
whisper.so
|
|
whisper.bundle
|
|
whisper.dll
|
|
*.o
|
|
*.a
|
|
sources/*
|
|
!sources/CMakeGraphVizOptions.cmake
|
|
mkmf.log
|