YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

LM Studio slows after AM5 upgrade

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

LM Studio slows after AM5 upgrade
OPEN LINK ↗
// 47d agoTUTORIAL

LM Studio slows after AM5 upgrade

A Reddit user says LM Studio feels slower after moving from a Ryzen 9 5950X / X570 / DDR4 setup to a Ryzen 9 9950X / B850 / DDR5 system, even though the RTX 4080 stayed the same and token throughput appears unchanged. The slowdown shows up mainly in the request start/stop phase and in handling four parallel requests, which suggests a latency or batching issue rather than a pure generation-speed regression. The thread asks whether AM5 or DDR5 could be involved.

// ANALYSIS

Hot take: this looks more like request orchestration latency than raw inference performance, so the problem is probably in LM Studio's queueing/batching path, runtime settings, or memory pressure rather than AM5 itself.

  • Tokens/sec staying roughly the same is a strong hint that decode throughput is fine once the model is running.
  • The pain point is the first-token and request handoff path, especially under 4-way parallel load.
  • The downgrade from 64GB DDR4 to 32GB DDR5 is a more plausible regression factor than the platform swap alone, especially if other apps or the OS are competing for memory.
  • LM Studio's parallel request behavior depends on its batching and runtime configuration, so a changed default there could explain the new latency profile.
  • The most likely checks are model load/offload settings, max concurrent predictions, runtime version, and whether the app is now queueing requests instead of batching them.
// TAGS
lm-studiolocal-llmperformancerequest-latencyparallel-requestsryzenddr5gpu-offload

DISCOVERED

47d ago

2026-04-09

PUBLISHED

47d ago

2026-04-09

RELEVANCE

8/ 10

AUTHOR

VirtualForge