Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
- voice isolation
|
| 14 |
- mlx
|
| 15 |
---
|
| 16 |
-
# mlx-community/sam-audio-large
|
| 17 |
This model was converted to MLX format from [`facebook/sam-audio-large`](https://huggingface.co/facebook/sam-audio-large) using mlx-audio version **0.2.10**.
|
| 18 |
Refer to the [original model card](https://huggingface.co/facebook/sam-audio-large) for more details on the model.
|
| 19 |
|
|
@@ -28,8 +28,8 @@ from mlx_audio.sts import SAMAudio, SAMAudioProcessor, save_audio
|
|
| 28 |
import mlx.core as mx
|
| 29 |
|
| 30 |
# Load model and processor
|
| 31 |
-
processor = SAMAudioProcessor.from_pretrained("facebook/sam-audio-large")
|
| 32 |
-
model = SAMAudio.from_pretrained("facebook/sam-audio-large")
|
| 33 |
|
| 34 |
# Process inputs
|
| 35 |
batch = processor(
|
|
|
|
| 13 |
- voice isolation
|
| 14 |
- mlx
|
| 15 |
---
|
| 16 |
+
# mlx-community/sam-audio-large-fp16
|
| 17 |
This model was converted to MLX format from [`facebook/sam-audio-large`](https://huggingface.co/facebook/sam-audio-large) using mlx-audio version **0.2.10**.
|
| 18 |
Refer to the [original model card](https://huggingface.co/facebook/sam-audio-large) for more details on the model.
|
| 19 |
|
|
|
|
| 28 |
import mlx.core as mx
|
| 29 |
|
| 30 |
# Load model and processor
|
| 31 |
+
processor = SAMAudioProcessor.from_pretrained("facebook/sam-audio-large-fp16")
|
| 32 |
+
model = SAMAudio.from_pretrained("facebook/sam-audio-large-fp16")
|
| 33 |
|
| 34 |
# Process inputs
|
| 35 |
batch = processor(
|