Skip to content

Commit c2e9a1d

Browse files
committed
Format
1 parent 9e583d6 commit c2e9a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vllm/model_executor/models/jamba.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,9 @@ def _assign_seq_id_to_mamba_cache_in_specific_dest(self, cur_rid: str,
688688
}
689689
elif seq_id not in (seq_ids2indices :=
690690
self.mamba_cache_indices_mapping[cur_rid]):
691-
# parallel sampling , where n > 1, assume prefill already happend
692-
# now we only need to copy the already existing cache into the
693-
# siblings seq_ids caches
691+
# parallel sampling , where n > 1, assume prefill have
692+
# already happened now we only need to copy the already
693+
# existing cache into the siblings seq_ids caches
694694
self._move_out_if_already_occupied(
695695
index=destination_index,
696696
all_occupied_indices=all_occupied_indices)

0 commit comments

Comments
 (0)