We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a77144 commit a9592caCopy full SHA for a9592ca
python/sglang/srt/model_executor/model_runner.py
@@ -36,7 +36,7 @@
36
from sglang.srt.hf_transformers_utils import get_context_length, update_context_length
37
from sglang.srt.layers.attention.double_sparsity_backend import DoubleSparseAttnBackend
38
from sglang.srt.layers.attention.flashinfer_backend import FlashInferAttnBackend
39
-from sglang.srt.layers.attention.hip_attention import HiPRadixAttentionBackend
+from sglang.srt.layers.attention.hip_radix_attention import HiPRadixAttentionBackend
40
from sglang.srt.layers.attention.torch_native_backend import TorchNativeAttnBackend
41
from sglang.srt.layers.attention.triton_backend import TritonAttnBackend
42
from sglang.srt.layers.dp_attention import (
0 commit comments