Skip to content

Commit a9592ca

Browse files
fix imports
1 parent 0a77144 commit a9592ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/sglang/srt/model_executor/model_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from sglang.srt.hf_transformers_utils import get_context_length, update_context_length
3737
from sglang.srt.layers.attention.double_sparsity_backend import DoubleSparseAttnBackend
3838
from sglang.srt.layers.attention.flashinfer_backend import FlashInferAttnBackend
39-
from sglang.srt.layers.attention.hip_attention import HiPRadixAttentionBackend
39+
from sglang.srt.layers.attention.hip_radix_attention import HiPRadixAttentionBackend
4040
from sglang.srt.layers.attention.torch_native_backend import TorchNativeAttnBackend
4141
from sglang.srt.layers.attention.triton_backend import TritonAttnBackend
4242
from sglang.srt.layers.dp_attention import (

0 commit comments

Comments
 (0)