Class: Whisper::Model
- Inherits:
-
Object
- Object
- Whisper::Model
- Defined in:
- lib/whisper/model/uri.rb
Defined Under Namespace
Class Attribute Summary collapse
-
.coreml_compiled_models ⇒ Object
readonly
Returns the value of attribute coreml_compiled_models.
-
.pre_converted_models ⇒ Object
readonly
Returns the value of attribute pre_converted_models.
Class Attribute Details
.coreml_compiled_models ⇒ Object (readonly)
Returns the value of attribute coreml_compiled_models.
230 231 232 |
# File 'lib/whisper/model/uri.rb', line 230 def coreml_compiled_models @coreml_compiled_models end |
.pre_converted_models ⇒ Object (readonly)
Returns the value of attribute pre_converted_models.
230 231 232 |
# File 'lib/whisper/model/uri.rb', line 230 def pre_converted_models @pre_converted_models end |