MCPcopy
hub / github.com/chidiwilliams/buzz / test_str_whisper_cpp

Method test_str_whisper_cpp

tests/model_loader_test.py:156–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 assert str(model) == "Whisper (Tiny)"
155
156 def test_str_whisper_cpp(self):
157 model = TranscriptionModel(
158 model_type=ModelType.WHISPER_CPP, whisper_model_size=WhisperModelSize.BASE
159 )
160 assert str(model) == "Whisper.cpp (Base)"
161
162 def test_str_hugging_face(self):
163 model = TranscriptionModel(

Callers

nothing calls this directly

Calls 1

TranscriptionModelClass · 0.90

Tested by

no test coverage detected