How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf marksverdhei/CoPaw-Flash-9B-GGUF:
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default marksverdhei/CoPaw-Flash-9B-GGUF:
Run Hermes
hermes
Quick Links

CoPaw-Flash-9B GGUF

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

Available Quantizations

File Quant Size BPW Description
CoPaw-Flash-9B-BF16.gguf BF16 17 GB 16.0 Full precision, no quality loss
CoPaw-Flash-9B-Q8_0.gguf Q8_0 8.9 GB 8.5 Near-lossless quantization
CoPaw-Flash-9B-Q5_K_M.gguf Q5_K_M 6.1 GB 5.7 Good balance of quality and size
CoPaw-Flash-9B-Q4_K_M.gguf Q4_K_M 5.3 GB 5.0 Best 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

# 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

Downloads last month
593
GGUF
Model size
9B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

8-bit

16-bit

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

Model tree for marksverdhei/CoPaw-Flash-9B-GGUF

Finetuned
Qwen/Qwen3.5-9B
Quantized
(5)
this model