* 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>
5 lines
131 B
Python
5 lines
131 B
Python
# Copyright © 2023-2024 Apple Inc.
|
|
|
|
from ._version import __version__
|
|
from .utils import convert, generate, load, stream_generate
|