mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:29:42 +08:00
Whisper: Add pip distribution configuration to support pip installations. (#739)
* 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>
This commit is contained in:
5
whisper/mlx_whisper/__init__.py
Normal file
5
whisper/mlx_whisper/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
from . import audio, decoding, load_models
|
||||
from .transcribe import transcribe
|
||||
from .version import __version__
|
Reference in New Issue
Block a user