[Kernel] Hotfix: update sgl-kernel imports of relocated fp8_kernel (RFC #29630 #30784) (#31089)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Xiaoyu Zhang
2026-07-14 08:41:23 +08:00
committed by GitHub
co-authored by Claude Opus 4.8
parent cfe4eefabb
commit 4c997310f5
3 changed files with 6 additions and 6 deletions
@@ -11,10 +11,10 @@ from sgl_kernel.test_utils import (
create_per_token_group_quant_test_data,
)
from sglang.srt.layers.quantization.fp8_kernel import (
from sglang.kernels.ops.quantization.fp8_kernel import (
per_token_group_quant_8bit as triton_per_token_group_quant_8bit,
)
from sglang.srt.layers.quantization.fp8_kernel import (
from sglang.kernels.ops.quantization.fp8_kernel import (
sglang_per_token_group_quant_8bit,
)
from sglang.srt.utils import get_bool_env_var, is_hip