[CI] Fix Flash MLA SM120 test import path (#31199)
This commit is contained in:
@@ -26,6 +26,7 @@ from unittest import mock
|
|||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
|
from sglang.kernels.ops.attention import flash_mla_sm120 as fmod
|
||||||
from sglang.kernels.ops.attention.flash_mla_sm120 import (
|
from sglang.kernels.ops.attention.flash_mla_sm120 import (
|
||||||
_D,
|
_D,
|
||||||
_NOPE_DIM,
|
_NOPE_DIM,
|
||||||
@@ -43,7 +44,6 @@ from sglang.kernels.ops.attention.flash_mla_sm120_triton import (
|
|||||||
_merge_partial_attn,
|
_merge_partial_attn,
|
||||||
flash_mla_sparse_decode_triton,
|
flash_mla_sparse_decode_triton,
|
||||||
)
|
)
|
||||||
from sglang.srt.layers.attention import flash_mla_sm120 as fmod
|
|
||||||
from sglang.test.ci.ci_register import register_cuda_ci
|
from sglang.test.ci.ci_register import register_cuda_ci
|
||||||
from sglang.test.test_utils import CustomTestCase
|
from sglang.test.test_utils import CustomTestCase
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user