You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): default ROCm base 6.4.1 -> 7.2.2 (gfx1151 segfault on 7.x hosts)
Runtime verification on lucebox2 (gfx1151 Strix Halo, host ROCm 7.2.2):
the 6.4.1-userspace image finds the device but SIGSEGVs during model
load (and reports a bogus 1.28 TB VRAM total) — a 6.4.x-userspace /
7.x-host-driver mismatch. Rebuilding the same image with
ROCM_VERSION=7.2.2 works end-to-end: server up, /health + /props OK,
coherent chat completion at 12 tok/s decode on the iGPU.
Default both Dockerfile.rocm and docker-bake.hcl to 7.2.2 so the
published :rocm image runs on current ROCm 7.x host stacks; 6.4.x
remains available via the build arg for hosts still on a 6.x driver.
Co-Authored-By: WOZCODE <contact@withwoz.com>
0 commit comments