Skip to content

Commit 4f301fa

Browse files
minor cleanup
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 7bb5637 commit 4f301fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/attention/backends/mla/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def __init__(self,
477477
self.cudnn_workspace = torch.empty(
478478
CUDNN_WORKSPACE_SIZE * scheduler_config.max_num_seqs,
479479
dtype=torch.int8,
480-
device=self.device,
480+
device=device,
481481
)
482482

483483
def _build_fi_prefill_wrappers(self, prefill: FlashInferPrefillMetadata):

0 commit comments

Comments
 (0)