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
2025-03-01 11:31:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
whisper.cpp
/
bindings
/
ruby
/
.gitignore
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ruby : fix bindings (#2484) * Improve Rakefile * Remove intermediate files * Remove unnecessary manipulations from extconf.rb * Add README and LINCENSE to source files * Manage ext source files using YAML file * Use extsources.yaml to include files into gem package file * Add git-managed source files to build dependency * Add test task * Download model for test if not exists * Add test for build * Ignore gem package directory * Enable GitHub action for Ruby binding * Fix model name * Build lib file for test * Use extension for each platform * Use extension for each platform on testing * Move built lib file rather than copy * Add intermediate files to clean targets
2024-10-17 00:44:04 +09:00
LICENSE
pkg/
ruby : Fix of C++ header guard name, model URI support, type signature and more (#2683) * Add test to make Whisper::Context.new accept URI string * Add test to make Whisper::Context.new accept URI * Make Whisper::Context.new accept URI string and URI * Update README Revert "Fix argument of rb_undefine_finalizer" * Fix typos * Add type signature file * Assign literarl to const variable * Load Whisper::Model::URI from Init_whisper * Simplify .gitignore * Don't load whisper.so from whisper/model/uri.rb * Use each_with_object instead of each * Add Development section to README * Rename header guard to conform to C++ naming convention
2024-12-30 21:26:35 +09:00
lib/whisper.*
Reference in New Issue
Copy Permalink