Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions vllm/model_executor/layers/mamba/ops/causal_conv1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,6 @@ def causal_conv1d_update(
assert batch == conv_state_indices.shape[0], (
f"ERROR: conv_state_indices should have shape ({batch},*) but got {conv_state_indices.shape}"
)

assert num_cache_lines >= batch
assert weight.stride(1) == 1 # Need this

# adopt the strategy in vLLM that overwrite on 'x' directly, rather than creating a new tensor 'o'
Expand Down