How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf eugenehp/maya1:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf eugenehp/maya1:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf eugenehp/maya1:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf eugenehp/maya1:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf eugenehp/maya1:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf eugenehp/maya1:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf eugenehp/maya1:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf eugenehp/maya1:Q4_K_M
Use Docker
docker model run hf.co/eugenehp/maya1:Q4_K_M
Quick Links

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.

Downloads last month
15
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support