Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
  • Loading branch information
fabianlim committed Jan 15, 2025
1 parent 503bc42 commit 312cf1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/model_executor/layers/mamba/mamba_mixer2.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ def forward_cuda(
# 3. State Space Model sequence transformation
if has_prefill:


initial_states = None
if has_initial_states is not None and any(has_initial_states):
for idx in mamba_cache_params.state_indices_tensor[
Expand Down

0 comments on commit 312cf1d

Please sign in to comment.