Initial Granite Speech Plus MLX package

This commit is contained in:
transcrilive
2026-05-09 20:00:57 +02:00
commit c6a20cb79f
21 changed files with 2002 additions and 0 deletions

6
tests/test_smoke.py Normal file
View File

@@ -0,0 +1,6 @@
from granite_speech_plus_mlx import GraniteSpeechPlusPipeline
def test_pipeline_symbol_exists():
assert GraniteSpeechPlusPipeline is not None