mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-23 22:18:06 +08:00
Add llms subdir + update README (#145)
* add llms subdir + update README * nits * use same pre-commit as mlx * update readmes a bit * format
This commit is contained in:
@@ -5,10 +5,7 @@ import time
|
||||
|
||||
import mlx.core as mx
|
||||
|
||||
from whisper import load_models
|
||||
from whisper import audio
|
||||
from whisper import decoding
|
||||
from whisper import transcribe
|
||||
from whisper import audio, decoding, load_models, transcribe
|
||||
|
||||
audio_file = "whisper/assets/ls_test.flac"
|
||||
|
||||
|
Reference in New Issue
Block a user