maya1 / README.md
eugenehp's picture
Upload README.md with huggingface_hub
717480c verified
|
Raw
History Blame Contribute Delete
1.34 kB
metadata
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
Kind Staging redistrib of an upstream checkpoint for RLX runners.
RLX crate rlx-maya1
Upstream https://huggingface.co/mradermacher/maya1-GGUF

Quick start

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, place this repo under weights/tts/maya1 (or pass the path explicitly), then:

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.