"vLLM Launch Failed - Kernel Incompatibility with RTX 3090"

#3
by steppi - opened

Hi! I'm trying to run this model on 8x RTX 3090 (24GB each) with vLLM 0.16.1, but getting: "AllSparkLinearKernel cannot implement due to: For Ampere GPU, AllSpark does not support group_size = 128". Full error: All kernels require Compute 9.0, RTX 3090 has 8.6. The model creator shared a config that uses TP=8, EP, etc. - but it seems to require Hopper GPUs. Has anyone successfully run this on RTX 3090/Ampere? What vLLM version/commit works? Thanks!

--

Docker version:
docker run -d
--gpus all
-p 8000:8000
--ipc=host
-v ~/.cache/huggingface:/root/.cache/huggingface
--name vllm-qwen35-reap
vllm/vllm-openai:nightly
atbender/Qwen3.5-REAP-212B-A17B-W4A16
--tensor-parallel-size 8
--pipeline-parallel-size 1
--max-model-len 200000
--gpu-memory-utilization 0.9
--kv-cache-dtype fp8_e4m3
--max-num-seqs 8
--trust-remote-code
--tool-call-parser qwen3_coder
--reasoning-parser qwen3
--enable-auto-tool-choice
--enable-expert-parallel
--enable-chunked-prefill
--served-model-name qwen35-reap-212b

Native vLLM version:
vllm serve atbender/Qwen3.5-REAP-212B-A17B-W4A16
--tensor-parallel-size 8
--pipeline-parallel-size 1
--max-model-len 200000
--gpu-memory-utilization 0.9
--kv-cache-dtype fp8_e4m3
--max-num-seqs 8
--trust-remote-code
--tool-call-parser qwen3_coder
--reasoning-parser qwen3
--enable-auto-tool-choice
--enable-expert-parallel
--enable-chunked-prefill
--served-model-name qwen35-reap-212b

"name": "Qwen3.5-REAP-212B-A17B W4A16 (vLLM)",
"model_path": "/mnt/llm_models/Qwen3.5-REAP-212B-A17B-W4A16",
"backend": "vllm",
"tensor_parallel_size": 8,
"pipeline_parallel_size": 1,
"max_model_len": 200000,
"gpu_memory_utilization": 0.9,
"kv_cache_dtype": "fp8_e4m3",
"max_num_seqs": 8,
"trust_remote_code": true,
"tool_call_parser": "qwen3_coder",
"reasoning_parser": "qwen3",
"enable_auto_tool_choice": true,
"host": "0.0.0.0",
"port": 8000,
"served_model_name": "qwen35-reap-212b",
"python_path": "/opt/venvs/active/vllm-latest/bin/python",
"extra_args": {
"enable_expert_parallel": true,
"enable_chunked_prefill": true,
"default_chat_template_kwargs": {
"enable_thinking": true
}
},
"thinking_mode": "conservative"

0xSero I’ve seen low-effort replies before, but this sets a new standard for disappointing. Did you even try?

0xSero I’ve seen low-effort replies before, but this sets a new standard for disappointing. Did you even try?

lol what? you're not owed a reply, I have been using this model and have contributed to the production of it, figure it out sir.

your arrogance doesn't have any value here. I've already figured it out, so you can spare the condescension. Contributing to the model doesn't make you superior to the people using it.

Calm down, guys... I just asked for some more info because I've already wasted three evenings trying to get this model working. It would be really helpful for me to get it working, but I just can't. Can you point me to a special version of VLLM you used? I always get that error.

Sign up or log in to comment