Files
granite-speech-4.1-2b-plus-mlx/tests/test_smoke.py
2026-05-09 20:00:57 +02:00

7 lines
149 B
Python

from granite_speech_plus_mlx import GraniteSpeechPlusPipeline
def test_pipeline_symbol_exists():
assert GraniteSpeechPlusPipeline is not None