Thanks for colibri — running frontier MoE on hardware you already own is exactly the right idea, and v1.10.1 runs Flash-Next here on day one.
Setup: Qwen3.8-Flash-Next-FP8 (official checkpoint), colibri v1.10.1 linux-x86_64 release, Strix Halo (Ryzen AI Max 395, gfx1151 iGPU, 96 GB unified), ROCm 7.2.4, model on external storage.
Measured (per the benchmark bar in CONTRIBUTING):
coli serve --ram 20 --auto-tier --policy experimental-fast
- cold: 49 completion tokens in 248.6 s (~0.20 tok/s); warm: 47 tokens in 215.3 s (~0.22 tok/s); single request, n=1 each (smoke-scale, not a benchmark claim)
- resident matrices 10.88 GiB, load 15.3 s, answers correct, doctor reports "GPU detected but the engine is CPU-only" and "RAM budget cannot hold one expert slot per sparse layer"
- the box co-runs other resident services, so the RAM budget above is what was safe to give — expert residency is effectively 0% and decode is disk-bound, which matches the doctor's placement warning exactly
Question: c/Makefile builds the qwen38 engine with NOCUDA_CFLAGS (the CUDA/HIP backend is wired for the glm/qwen36/dsv4 families), so on this class of APU the Flash-Next path is CPU-only today. Is a GPU tier for qwen38 on the roadmap?
Offer: we have exactly the rig the HIP path was tested on class-wise (gfx1151, ROCm 7.2.4 — very close to the doc's tested 7.2), a working HIP toolchain, and we're set up to run reproducible measurements (commit, exact commands, hardware, warm-up policy, run count, median). Happy to validate a qwen38 HIP/CUDA build, file structured reports, or help however is useful. No pressure either way — the CPU multitier path alone is already impressive.
Thanks for colibri — running frontier MoE on hardware you already own is exactly the right idea, and v1.10.1 runs Flash-Next here on day one.
Setup: Qwen3.8-Flash-Next-FP8 (official checkpoint), colibri v1.10.1 linux-x86_64 release, Strix Halo (Ryzen AI Max 395, gfx1151 iGPU, 96 GB unified), ROCm 7.2.4, model on external storage.
Measured (per the benchmark bar in CONTRIBUTING):
coli serve --ram 20 --auto-tier --policy experimental-fastQuestion:
c/Makefilebuilds the qwen38 engine withNOCUDA_CFLAGS(the CUDA/HIP backend is wired for the glm/qwen36/dsv4 families), so on this class of APU the Flash-Next path is CPU-only today. Is a GPU tier for qwen38 on the roadmap?Offer: we have exactly the rig the HIP path was tested on class-wise (gfx1151, ROCm 7.2.4 — very close to the doc's tested 7.2), a working HIP toolchain, and we're set up to run reproducible measurements (commit, exact commands, hardware, warm-up policy, run count, median). Happy to validate a qwen38 HIP/CUDA build, file structured reports, or help however is useful. No pressure either way — the CPU multitier path alone is already impressive.