Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

I got Qwen3.8-27B running on dual RTX 3090s (no NVLink) under WSL2 — every pitfall I hit

Note: English translation assisted by an LLM. I'm not a native English speaker; all technical content, commands, and measurements come from my own setup. I spent a full week getting Qwen3.8-27B (hybrid GDN architecture, 48 linear-attention + 16 full-attention layers, built-in MTP head) running on my dual RTX 3090 (24GB × 2) box — no NVLink, PCIe Gen4, Windows 10 + WSL2 (Ubuntu-24.04). I hit…

I successfully installed Qwen3.8-27B on a dual RTX 3090 system running Windows 10 and WSL2. Initially, I attempted to use vLLM, but it failed to provide any speedup or benefit from MTP speculation without NVLink support, resulting in slower token generation rates. Next, I tried SGLang, which led to the model freezing during weight loading due to differences in weight packing between Qwen3.6 and Qwen3.8 checkpoints.

After discovering that the model checkpoint is half-quantized, I changed the CUDA toolchain to version 13.0, which resolved the load issue. Additionally, I had to disable custom all-reduce communication and the SymmMem feature to avoid crashes under WSL2. Once these configuration hurdles were overcome, I found that using the DSpark speculative decoding model achieved the best performance of 170-210 tokens per second for code and JSON inputs.

However, several important lessons were learned during this process, including the critical importance of matching CUDA toolchain versions, avoiding SM86 limitations, and being cautious with memory allocation settings, as these issues can significantly impact performance.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Raw Data Clean Data Analysis Insights Decision

Now, let's go through the important topics of data analyst roadmap: 🚀 Data Analyst Roadmap — Part 1 🧠 Understanding the Data Analyst Role Before learning Excel, SQL, Power BI, Python, or any other…

More from Tuesday 18 August →