AIToday
Large Language ModelsHacker NewsPublished: Apr 28, 2026, 16:00 JST1 min read

Developer ports 500M-parameter LLM training pipeline to ROCm on AMD Strix Halo APU

Developer ports 500M-parameter LLM training pipeline to ROCm on AMD Strix Halo APU

3 Key Points

  1. A fork of 1386.ai has been adapted to run on ROCm (a GPU compute platform for AMD hardware), targeting the AMD Strix Halo APU. The original author trained a 235M-parameter model; this port enables training a 500M-parameter model on the 128 GB Strix Halo APU in a GMKTec Evo X2 mini PC.

  2. PyTorch's ROCm backend required virtually no model-specific code changes for training. The pipeline now uses torch.compile for performance, includes a Dockerfile to simplify ROCm installation, and changed training workers from 2 to 0 (running on the main thread) because training could not start with workers enabled.

  3. Training a 500M-parameter model on this hardware takes roughly three weeks at ~4,750 tokens/s. The author notes there is likely not much low-hanging fruit left for optimization without writing custom CUDA kernels or deeper fused-operator optimizations.

Ask the AI about this article →

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Walmart settles opioid claims for $50MTop Companies AI · 2h ago
  • Tim Cook's legacy hinges on Apple's AI betTop Companies AI · 2h ago
  • CrowdStrike Falcon Guardian Targets AI SecurityTop Companies AI · 2h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleNova, Analog Devices, and Qorvo shares fell 2.6%, 2.4%, and 2.5% respectively as semiconductor stocks pulled back amid US-China geopolitical tensions over AI technology.