CoolFace
Modelpublic

marksverdhei/CoPaw-Flash-9B-GGUF

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
5likes246downloads
Model Card

CoPaw-Flash-9B GGUF

GGUF quantizations of agentscope-ai/CoPaw-Flash-9B for use with llama.cpp and compatible tools.

Available Quantizations

FileQuantSizeBPWDescription
CoPaw-Flash-9B-BF16.ggufBF1617 GB16.0Full precision, no quality loss
CoPaw-Flash-9B-Q8_0.ggufQ8_08.9 GB8.5Near-lossless quantization
CoPaw-Flash-9B-Q5_K_M.ggufQ5KM6.1 GB5.7Good balance of quality and size
CoPaw-Flash-9B-Q4_K_M.ggufQ4KM5.3 GB5.0Best for constrained hardware

Model Details

  • —Architecture: Qwen3.5 (mixed linear/full attention, 32 layers)
  • —Parameters: ~9B
  • —Context: 262,144 tokens
  • —Base model: Qwen/Qwen3.5-9B
  • —License: Apache 2.0

Usage with llama.cpp

bash
# Download a quantization
huggingface-cli download heiertech/CoPaw-Flash-9B-GGUF CoPaw-Flash-9B-Q4_K_M.gguf

# Run with llama-server
llama-server -m CoPaw-Flash-9B-Q4_K_M.gguf -ngl 99 -fa

Quantized by

Heiervang Technologies using ht-llama.cpp