mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 01:41:19 +08:00

* Whisper: rename whisper to mlx_whisper * Whisper: add setup.py config for publish * Whisper: add assets data to setup config * Whisper: pre-commit for setup.py * Whisper: Update README.md * Whisper: Update README.md * nits * fix package data * nit in readme --------- Co-authored-by: Awni Hannun <awni@apple.com>
6 lines
148 B
Python
6 lines
148 B
Python
# Copyright © 2023-2024 Apple Inc.
|
|
|
|
from . import audio, decoding, load_models
|
|
from .transcribe import transcribe
|
|
from .version import __version__
|