Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 2bec61c

Browse files
committed
Naming
1 parent 3ba19ea commit 2bec61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ def main(args):
309309
# When decoding is done for certain micro-batches, we can reuse the KV cache
310310
# lanes.
311311
# TODO: bump up the lane count
312-
cache_lanes = 1
313-
model.setup_caches(batch_size, seqlen_prefill, cache_lanes=cache_lanes)
312+
pipeline_lanes = 1
313+
model.setup_caches(batch_size, seqlen_prefill, cache_lanes=pipeline_lanes)
314314

315315
# Load weights
316316
logger.info(f"Loading weights for {pp_rank=} on {device=}")

0 commit comments

Comments
 (0)