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 serve -hf ankk98/dspark-qwen3-8b-block7-Q4_K_M-GGUF:Q4_K_M
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 ankk98/dspark-qwen3-8b-block7-Q4_K_M-GGUF:Q4_K_M
Run Hermes
hermes
Quick Links

DSpark Qwen3-8B draft (Q4_K_M GGUF)

Q4_K_M GGUF draft for DSpark speculative decoding with Qwen3-8B. Pair it with any Qwen3-8B target GGUF (e.g. Qwen3-8B-Q4_K_M.gguf).

Converted from deepseek-ai/dspark_qwen3_8b_block7 with llama.cpp (LLM_ARCH_DSPARK). This repo contains only the draft weights (~1.5 GB), not the target model.

llama-cli \
  -m /path/to/Qwen3-8B-Q4_K_M.gguf \
  -md ./dspark_qwen3_8b_block7.q4_k_m.gguf \
  --spec-type draft-dspark \
  --spec-draft-n-max 7 \
  -c 512 -ngl 99 -ngld 99 \
  -p "Your prompt" -n 128 --temp 0
Downloads last month
3,264
GGUF
Model size
2B params
Architecture
dspark
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for ankk98/dspark-qwen3-8b-block7-Q4_K_M-GGUF

Finetuned
Qwen/Qwen3-8B
Quantized
(346)
this model