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

LFM2.5-Audio-1.5B GGUF

Highest quality quant - original LiquidAI's GGUFs are FP16, which may degrade quality by clipping values. (Or maybe not, but why risk it?)

In this repo:

  • Base model in BF16, and Q6_K converted from BF16

  • Mmproj in BF16

  • Vocoder in BF16

  • TTS tokenizer in BF16 and F32 (original tensors are F32)

  • Combined vocoder+tokenizer in BF16

Base and mmproj converted using base llama.cpp, tokenizer and vocoder converted using the script from https://github.com/ggml-org/llama.cpp/pull/18641

Text and ASR inference works in baseline llama.cpp. For TTS, use their fork.

Downloads last month
337
GGUF
Model size
1B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

6-bit

16-bit

32-bit

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

Model tree for Auguments/LiquidAI-LFM2.5-Audio-1.5B-GGUF-BF16

Quantized
(8)
this model