Skip to content
Merged
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/platforms/rocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ def get_attn_backend_cls(
device_capability = cls.get_device_capability()
assert device_capability is not None

attn_selector_config = attn_selector_config._replace(block_size=None)

# First try checking just the selected backend, if there is one.
if selected_backend is not None:
try:
Expand Down
Loading