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?