mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:29:42 +08:00
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
from . import audio, decoding, load_models
|
||||
from ._version import __version__
|
||||
from .transcribe import transcribe
|
||||
from .version import __version__
|
||||
|
Reference in New Issue
Block a user