{
  "id": 1680676,
  "title": "I got Qwen3.8-27B running on dual RTX 3090s (no NVLink) under WSL2 — every pitfall I hit",
  "url": "https://urgent.news/2026/08/18/i-got-qwen3-8-27b-running-on-dual-rtx-3090s-no-nvlink-under-wsl2",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-18T09:02:23.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/digitalmarket-world/i-got-qwen38-27b-running-on-dual-rtx-3090s-no-nvlink-under-wsl2-every-pitfall-i-hit-3oao"
  },
  "original_language": "en",
  "account": "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.",
  "summary": "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…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}