This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
whisper.cpp
Watch
1
Star
0
Fork
0
You've already forked whisper.cpp
mirror of
https://github.com/ggerganov/whisper.cpp.git
synced
2024-12-19 04:37:51 +00:00
Code
Issues
Actions
4
Packages
Projects
Releases
Wiki
Activity
60dc6d003f
whisper.cpp
/
bindings
/
ruby
/
lib
/
whisper.rb
3 lines
49 B
Ruby
Raw
Normal View
History
Unescape
Escape
ruby : Sync whisper.cpp and model download feature (#2617) * Use C++17 * Add test for Pathname of model * Make Whisper::Context#initialize accept Pathname * Add shorthand for pre-converted models * Update documents * Add headings to API section in README [skip ci] * Remove unused function * Don't care about no longer included file * Cosmetic fix * Use conditional get when get model files
2024-12-09 11:17:50 +00:00
require
"
whisper.so
"
ruby : Add no_speech_thold (#2641) * Remove Whisper::Model.[] * Fix Whisper::Model::URI#request * Make Whisper::Context#initialize accept pre-converted model name * Use downloading pre-converted model feature for testing * Update README * Remove unnecessary task * Move whisper/model.rb -> whisper/model/uri.rb * Update document comment of Whisper::Context#initialize * Don't show download progress when not tty * Pass String to raise * Use cache model file if download fails * Add test for auto download * Specify required Ruby version * Fix a typo * Remove unnecessary flags * Initialize Whisper::Params#diarize explicitely * Remove redundant code from README for simplicity * Add Whisper::Params#no_speech_thold attribute * Add test for Whisper::Params#no_speech_thold
2024-12-18 09:00:50 +00:00
require
"
whisper/model/uri
"
Reference in New Issue
Copy Permalink