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 undefinelabs/neutts-nano:BF16
# Run inference directly in the terminal:
llama cli -hf undefinelabs/neutts-nano:BF16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf undefinelabs/neutts-nano:BF16
# Run inference directly in the terminal:
llama cli -hf undefinelabs/neutts-nano:BF16
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 undefinelabs/neutts-nano:BF16
# Run inference directly in the terminal:
./llama-cli -hf undefinelabs/neutts-nano:BF16
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 undefinelabs/neutts-nano:BF16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf undefinelabs/neutts-nano:BF16
Use Docker
docker model run hf.co/undefinelabs/neutts-nano:BF16
Quick Links

NeuTTS-Nano (BF16 GGUF)

This repository contains the official bf16 GGUF quantization of the NeuTTS-Nano acoustic inference model. Optimized specifically for low-latency, high-efficiency edge execution using llama.cpp or compatible GGUF runtimes.

Model Details

  • Architecture: NeuTTS-Nano
  • Format: GGUF (outtype: bf16)
  • File Size: 446 MB
  • Precision: Brain Floating Point 16-bit (bf16)
  • Primary Use Case: Real-time acoustic processing, voice generation, low-latency edge speech pipelines.

Deployment & Inference

To run this model locally via the CLI or spin up a local inference server using llama.cpp, utilize the following configurations.

CLI Benchmark

llama-cli -m neutts-nano-bf16.gguf -p "Your input text prompt here" --threads 4

Local Inference Server

llama-server -m neutts-nano-bf16.gguf --port 8080 --host 0.0.0.0

Language Variants

If you are looking for specific regional acoustic profiles, distinct variants are isolated in their own standalone repositories:

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

16-bit

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