Instructions to use HashNuke/whisper-small-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use HashNuke/whisper-small-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-small-mlx HashNuke/whisper-small-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,8 +5,10 @@ base_model:
|
|
| 5 |
- openai/whisper-small
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
| 8 |
# whisper-small-mlx
|
| 9 |
-
This model was converted to MLX format from [`small`]().
|
| 10 |
|
| 11 |
## Use with mlx
|
| 12 |
```bash
|
|
|
|
| 5 |
- openai/whisper-small
|
| 6 |
---
|
| 7 |
|
| 8 |
+
> Changes in this fork: Adds weights.safetensors
|
| 9 |
+
|
| 10 |
# whisper-small-mlx
|
| 11 |
+
This model was converted to MLX format from [`openai/whisper-small`](https://huggingface.co/openai/whisper-small).
|
| 12 |
|
| 13 |
## Use with mlx
|
| 14 |
```bash
|