mlx-examples/whisper/whisper/__init__.py
Awni Hannun 27c0a8c002
Add llms subdir + update README (#145)
* add llms subdir + update README

* nits

* use same pre-commit as mlx

* update readmes a bit

* format
2023-12-20 10:22:25 -08:00

5 lines
110 B
Python

# Copyright © 2023 Apple Inc.
from . import audio, decoding, load_models
from .transcribe import transcribe