Instructions to use mlx-community/whisper-large-v3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-large-v3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-mlx mlx-community/whisper-large-v3-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
OSError when downloading the model
#3
by awinkler2 - opened
Hello! When I try to use the model on my Mac (Apple M3 Max) using the suggested python code
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mlx-community/whisper-large-v3-mlx")
I get the following error:
OSError: mlx-community/whisper-large-v3-mlx does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.
Anybody else has this issue?
Not sure if related, but I had a download issue with the mlx-whisper CLI until I authenticated with the HF CLI