inference using vllm

#31
by kuopching - opened

Hi,
How to inference using vllm e.g. Q4_K_XL ?
I get errror about missing config.json
Thank you
docker run --gpus all \ -v ~/.cache/huggingface:/root/.cache/huggingface \ -p 9999:8000 \ --ipc=host \ vllm/vllm-openai:v0.21.0-cu129 \ --tensor-parallel-size 2 \ --model unsloth/Qwen3.6-27B-MTP-GGUF:Q4_0 \ --tokenizer Qwen/Qwen3.6-27B \ --hf-config-path Qwen/Qwen3.6-27B \ --gpu-memory-utilization 0.7 \ --trust-remote-code \ --max-model-len 16384 \ --reasoning-parser qwen3 \ --speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'

This comment has been hidden (marked as Low Quality)

Sign up or log in to comment