Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 666 Bytes

File metadata and controls

17 lines (11 loc) · 666 Bytes

Best model for dual 3090

cyankiwi/Qwen3.6-27B-AWQ-BF16-INT4

Great for coding agents like OpenCode, Cline...

Just run the docker compose. vllm will download the model and start the server.

In the opencode folder, there is the recommended setup for it.

Extra info

--gpu-memory-utilization

You can tweak it to 0.94, 0.95 and so, depending on whether you use one 3090 for screen or not. I use one for screen so 0.93 was for me the max one I could get without vllm refusing to start or hallucinating too much.

--max-model-len

262144, 131072, 65536 the less the faster. 262144 is sweet spot.