File size: 1,342 Bytes
69db56e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
717480c
 
 
 
 
 
69db56e
717480c
69db56e
717480c
 
 
 
69db56e
717480c
69db56e
717480c
 
69db56e
 
 
717480c
69db56e
 
 
 
 
 
 
 
 
 
 
717480c
69db56e
717480c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: apache-2.0
pipeline_tag: text-to-speech
library_name: rlx
tags:
- maya1
- gguf
- tts
- rlx
---

# Maya1 Q4_K_M GGUF (RLX staging)

Maya1 speech LM GGUF + tokenizer for RLX (needs SNAC separately).

| Field | Value |
|---|---|
| **Hub id** | [`eugenehp/maya1`](https://huggingface.co/eugenehp/maya1) |
| **Kind** | Staging redistrib of an upstream checkpoint for RLX runners. |
| **RLX crate** | [`rlx-maya1`](https://github.com/MIT-RLX/rlx-models/tree/main/crates/rlx-maya1) |
| **Upstream** | https://huggingface.co/mradermacher/maya1-GGUF |

## Quick start

```bash
hf download eugenehp/maya1 --local-dir .
cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf
```

## File highlights

- `maya1.Q4_K_M.gguf` (1.9 GiB)
- `tokenizer.json` (21.8 MiB)

## Run with RLX

Clone [rlx-models](https://github.com/MIT-RLX/rlx-models), place this repo under `weights/tts/maya1` (or pass the path explicitly), then:

```bash
cargo run -p rlx-maya1 --release -- --weights maya1.Q4_K_M.gguf
```

## License

Apache License 2.0 — see `LICENSE`. Inherit upstream terms when redistributing.

Original weights and authorship: https://huggingface.co/mradermacher/maya1-GGUF

## Redistrib note

This Hub repo exists so RLX recipes have a stable fetch target. When you only need the upstream checkpoint, prefer the Upstream link above.