Skip to content

Commit 385f1d8

Browse files
undo format
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 00f9b31 commit 385f1d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vllm/v1/attention/backends/flashinfer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
import torch
1010

11-
import vllm.envs as envs
1211
from flashinfer import (BatchDecodeWithPagedKVCacheWrapper,
1312
BatchPrefillWithPagedKVCacheWrapper,
1413
MultiLevelCascadeAttentionWrapper)
1514
from flashinfer.decode import trtllm_batch_decode_with_kv_cache
15+
16+
import vllm.envs as envs
1617
from vllm.attention.backends.abstract import (AttentionBackend, AttentionImpl,
1718
AttentionType)
1819
from vllm.config import VllmConfig

0 commit comments

Comments
 (0)