One pod · two GPUs
250 / 250 audited stepsRecorded experiment · Qwen2.5–1.5B
Fusion Compute
Can inference keep going
while state stays split?
I’m exploring Transformer inference without gathering all execution state in one place. The recorded experiment runs a decode layer on two L4 GPUs, then continues into the next layer’s Q/K/V projections.
Read the technical briefing 中文What the experiment establishes
250/250 audited steps passed with no hidden AllGather inside the declared boundary: one full decode layer through the next layer’s Q/K/V projections, on two NVIDIA L4 GPUs in one pod.
This record does not establish continuous multi-layer inference, cross-provider execution, or cryptographic privacy.