@demo 记得是通过加载mmproj 启用视觉, 但是mmproj 和MTP没办法同时开,后面没用这个模型。
推荐vllm跑https://huggingface.co/llmfan46/Qwen3.6-27B-uncensored-heretic-v2-GPTQ-Int4 , 这个有视觉, 我一直跑着,很稳定。
4080 32G启动参数:
exec /data/vllm-env/bin/vllm serve /data/models/heretic-gptq-int4 \
--served-model-name 4080 \
--port 8002 \
--max-model-len 262144 \
--max-num-seqs 1 \
--gpu-memory-utilization 0.96 \
--enable-prefix-caching \
--kv-cache-dtype fp8 \
--trust-remote-code \
--reasoning-parser qwen3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--speculative-config '{"method":"mtp","num_speculative_tokens":3}'

uncensored (MPOA)





当前 default
,先顶再抄作业。