Views
No views yet
Qwen/Qwen3.6-35B-A3B-m.-md.1-md /path/to/dflash.gguf
2--spec-type draft-dflash
3--spec-draft-n-max 15pip install -U huggingface_hub1hf download pythoneer/qwen36-35b-a3b-dflash-llamacpp \
2 --local-dir ./qwen36-35b-a3b-dflash-llamacppqwen36-35b-a3b-dflash-Q8_0.ggufQwen3.6-35B-A3B.ggufqwen36-35b-a3b-dflash-Q8_0.gguf1./llama-server \
2 -m /path/to/Qwen3.6-35B-A3B.gguf \
3 -md ./qwen36-35b-a3b-dflash-llamacpp/qwen36-35b-a3b-dflash-Q8_0.gguf \
4 --spec-type draft-dflash \
5 --spec-draft-n-max 15 \
6 -ngl 99 \
7 -ngld 99 \
8 -fa on \
9 --jinja \
10 -c 10000 \
11 --host 0.0.0.0 \
12 --port 80801./llama-server \
2 -m /path/to/Qwen3.6-35B-A3B.gguf \
3 -md /path/to/qwen36-35b-a3b-dflash-Q8_0.gguf \
4 --spec-type draft-dflash \
5 --spec-draft-n-max 15 \
6 -ngl 99 \
7 -ngld 99 \
8 --device rocm0 \
9 --spec-draft-device rocm0 \
10 -fa on \
11 --jinja \
12 -c 10000 \
13 -b 1024 \
14 -ub 1024 \
15 -np 1 \
16 --host 0.0.0.0 \
17 --port 80801./llama-server \
2 -m /path/to/Qwen3.6-35B-A3B.gguf \
3 -md /path/to/qwen36-35b-a3b-dflash-Q8_0.gguf \
4 --spec-type draft-dflash \
5 --spec-draft-n-max 8 \
6 -ngl 99 \
7 -ngld 99 \
8 --jinja \
9 -fa on \
10 --temp 0 \
11 --top-k 1 \
12 -c 4096 \
13 --host 0.0.0.0 \
14 --port 80801--spec-draft-n-max 15
2-c 10000dflash requires ctx_other to be set./llama-server -m qwen36-35b-a3b-dflash-Q8_0.gguf-md qwen36-35b-a3b-dflash-Q8_0.gguf1--device rocm0
2--spec-draft-device rocm01--device cuda0
2--spec-draft-device cuda0--override-tensor 'output.weight=CPU'--no-mmap1python convert_hf_to_gguf.py \
2 /path/to/Qwen3.6-35B-A3B-DFlash \
3 --target-model-dir /path/to/Qwen3.6-35B-A3B \
4 --outfile qwen36-35b-a3b-dflash-Q8_0.gguf--target-model-dir directory needs the tokenizer/config files from the target model. It does not necessarily need the full target model weights.Qwen/Qwen3.6-35B-A3Bllama.cppdraft-dflash