[CI][MLX] Restore the mamba_branching_seqlen attribute the MLX runner reads off a request (#37453)

This commit is contained in:
Shuwen Wang
2026-09-01 11:16:45 -07:00
committed by GitHub
parent 9a05b470fa
commit a2b8681d1d
@@ -1520,6 +1520,7 @@ if _HAS_MLX:
class FakeRequest:
def __init__(self):
self.kv = ReqKvInfo()
self.mamba_branching_seqlen = None
self.inflight_middle_chunks = 0
class FakeTpWorker: