Qwen3.6-27B-mtp
Local LLM 시리즈
model unload
curl -s -X POST http://localhost:8080/models/unload
-H “Content-Type: application/json”
-d ‘{“model”: “your-model-name”}’
Qwen3.6-27B
- Qwen 3.6 27B는 로컬 개발의 최적 지점
- unsloth/Qwen 3.6 27B gguf
실행 (3080ti)
Qwen3.6-27B-UD-Q3_K_XL
1 | [*] |
1 | # ngl 32 ncmoe 25 k q8 v q8 : 응답이 없음. |
Qwen3.6-27B-UD-Q4_K_XL
ngl 32 ncmoe 25 k q8 v q8 사용시 응답이 없음
1 | # ngl 32 ncmoe 25 k q8 v q8 : 응답이 없음. |
https://x.com/DogukanUrker/status/2077472690156511643
단일 RTX 3060에서 Qwen3.6-35B-A3B 실행. 12GB VRAM, 16GB RAM.
35B 파라미터. 150K 컨텍스트. 비전. ~45 tok/s.
모두가 안 맞을 거라고 하지만, 맞는다. 비밀은 아무도 말하지 않는 한 가지 플래그: -np 1
llama.cpp는 기본적으로 n_parallel을 4로 설정해서, 조용히 KV 캐시를 4배로 늘리고 OOM을 유발한다. 단일 슬롯으로 강제하면 150K 컨텍스트가 12GB 카드에 맞는다.
핵심 부분: –n-cpu-moe 26은 MoE 전문가를 시스템 RAM으로 밀어넣고, q8_0 KV 캐시는 메모리를 반으로 줄이며, –no-mmproj-offload는 비전 프로젝터를 CPU에서 실행해서 35B에 비전을 추가해도 ~0 추가 VRAM으로 끝난다.
클라우드 없음. API 없음. 그냥 3060이 할 줄 모르는 일을 하는 거다.
전체 llama-swap 설정:
1 | llama-server |
1 | $ llama-server --help | grep -E "slot|parallel|draft" |
1 | llama-server -hf unsloth/Qwen3.6-27B-MTP-GGUF:Q8_0 \ |
vllm
yep, plain vllm serve. the whole magic is one flag:
vllm serve QuantTrio/Qwen3.6-27B-AWQ -tp 2 –max-model-len 65536 –max-num-seqs 4 –speculative-config ‘{“method”:”dflash”,”model”:”
vllm 0.23, works the same on 0.25 but there u have to strip layer_types from the draft config first or it wont load
Ultimated-OCR
http://huggingface.co/baidu/Unlimited-OCR
bytkim/Qwen3.6-27B-MTP-pi-reasoning-GGUF
yuxinlu1/gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2-GGUF
https://huggingface.co/yuxinlu1/gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2-GGUF
아쉽게도 llama-server 의 preset 으로 mtp 본체와 헤더를 탑재 못하고 있다….
Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF
로컬에서 질의 후 루프에 빠진다.
https://huggingface.co/Jackrong/Qwopus3.6-27B-Coder-Compat-MTP-GGUF
sci4ai/Qwen3.6-27B-Ablit-IQ2
https://huggingface.co/sci4ai/Qwen3.6-27B-Ablit-IQ2_XXS-GGUF
Qwen3.6-27B-mtp
https://thinkbee.github.io/LocalLLM-MTP_models-382ad0258b72/