Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,11 @@ This is a port of Suno's Bark model in Apple's ML Framework, MLX. The intention
|
|
| 18 |
|
| 19 |
This repository contains the Bark weights in `npz` format suitable for use with Apple's MLX Framework.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Usage
|
| 22 |
|
| 23 |
```bash
|
|
|
|
| 18 |
|
| 19 |
This repository contains the Bark weights in `npz` format suitable for use with Apple's MLX Framework.
|
| 20 |
|
| 21 |
+
## Repo links
|
| 22 |
+
|
| 23 |
+
- [Original Repo](https://github.com/suno-ai/bark)
|
| 24 |
+
- [MLX Bark Repo](https://github.com/j-csc/mlx_bark)
|
| 25 |
+
|
| 26 |
## Usage
|
| 27 |
|
| 28 |
```bash
|