Skip to content

Commit 08b518d

Browse files
authored
fix util import (#5542)
1 parent 4db463b commit 08b518d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/sglang/srt/layers/quantization/fp8_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import torch
44

5+
from sglang.srt.layers.quantization.fp8_kernel import sglang_per_token_group_quant_fp8
6+
57
try:
68
from vllm import _custom_ops as vllm_ops
79

0 commit comments

Comments
 (0)