mlx-examples/whisper/mlx_whisper/__init__.py
James Zhao bf921afcbe
Make sure to import the correct "version" module when installing mlx_whisper and mlx_lm from local source code. (#969)
* Make sure to import the correct "version" module when installing the
mlx_whisper package from local source code.

* Make sure to import the correct "version" module when installing the mlx_lm package from local source code

* fix

---------

Co-authored-by: Awni Hannun <awni@apple.com>
2024-09-03 13:16:21 -07:00

6 lines
149 B
Python

# Copyright © 2023-2024 Apple Inc.
from . import audio, decoding, load_models
from ._version import __version__
from .transcribe import transcribe