Skip to content

Conversation

@DePasqualeOrg
Copy link
Contributor

I've created new Whisper repos on Hugging Face with the weights stored in model.safetensors files for use with my Swift port of Whisper in mlx-swift-audio. Many of the Whisper models in the MLX Community include the weights in .npz format, which Swift apps can't read. OpenAI's Whisper repos on Hugging Face use model.safetensors.

I've updated the model loading logic to look for model.safetensors first and fall back to weights.safetensors and weights.npz. The conversion script now saves the weights as model.safetensors.

@awni awni merged commit e52c128 into ml-explore:main Dec 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants