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 ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
# Run inference directly in the terminal:
llama cli -hf ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
# Run inference directly in the terminal:
llama cli -hf ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
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 ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
# Run inference directly in the terminal:
./llama-cli -hf ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
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 ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
Use Docker
docker model run hf.co/ggml-org/LongCat-Flash-Chat-GGUF:IQ1_S
Quick Links
Quant Size Mixture PPL 1-(Mean PPL(Q)/PPL(base)) KLD
Q8_0 557.39 GiB (8.51 BPW) Q8_0 3.275749 ± 0.017863 +0.2918% 0.003764 ± 0.000045
IQ1_S 106.19 GiB (1.62 BPW) IQ1_S 11.010332 ± 0.077291 +237.0971% 1.331246 ± 0.004350

kld_graph ppl_graph

Downloads last month
544
GGUF
Model size
563B params
Architecture
longcat-flash
Hardware compatibility
Log In to add your hardware

1-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ggml-org/LongCat-Flash-Chat-GGUF

Quantized
(3)
this model