Views
No views yet
| Setup | Token generation, t/s | Prompt prefill, t/s |
|---|---|---|
| 5070ti + 5060ti | ~134.4 | ~3462 |
| 5070ti + CPU | ~68.7 | ~324 |
| 5060ti + CPU | ~51.0 | ~161 |
b9957 - ensure your version is >=b9957.1docker run --rm \
2 --runtime nvidia \
3 --gpus 2 \
4 -v ~/.cache/huggingface:/root/.cache/huggingface \
5 -e HF_HUB_CACHE=/root/.cache/huggingface/hub \
6 -p 8080:8080 \
7 ghcr.io/ggml-org/llama.cpp:server-cuda13 \
8 -hf catlilface/Qwen3.6-35B-A3B-NVFP4-Fast-GGUF \
9 -np 1 \
10 -ngl -1 \
11 -c 256000 \
12 --no-op-offload \
13 --spec-type draft-mtp \
14 --spec-draft-n-max 31docker run --rm \
2 --runtime nvidia \
3 --gpus 2 \
4 -v ~/.cache/huggingface:/root/.cache/huggingface \
5 -e HF_HUB_CACHE=/root/.cache/huggingface/hub \
6 -p 8080:8080 \
7 ghcr.io/ggml-org/llama.cpp:server-cuda13 \
8 -hf catlilface/Qwen3.6-35B-A3B-NVFP4-Fast-GGUF \
9 -np 1 \
10 -ngl -1 \
11 -c 16000 \
12 -ctk q8_0 \
13 -ctv q8_0 \
14 --tensor-split 2,1 \ # only for unequal gpus
15 --no-op-offload \
16 --spec-type draft-mtp \
17 --spec-draft-n-max 3