mustafaaljadery / lightning-whisper-mlx

An extremely fast implementation of whisper optimized for Apple Silicon using MLX.
https://mustafaaljadery.github.io/lightning-whisper-mlx/
546 stars 25 forks source link

Can not run the demo #7

Closed realcarlos closed 5 months ago

realcarlos commented 5 months ago

ImportError: cannot import name 'LightningWhisperMLX' from partially initialized module 'lightning_whisper_mlx' (most likely due to a circular import) (/Users/xxx/mlx-examples/whisper/lightning_whisper_mlx.py)

mustafaaljadery commented 5 months ago

Make sure your python file name is not the same as the module name!