Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
08b518d5
Unverified
Commit
08b518d5
authored
Apr 18, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 18, 2025
Browse files
fix util import (#5542)
parent
4db463b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/srt/layers/quantization/fp8_utils.py
python/sglang/srt/layers/quantization/fp8_utils.py
+2
-0
No files found.
python/sglang/srt/layers/quantization/fp8_utils.py
View file @
08b518d5
...
@@ -2,6 +2,8 @@ from typing import List, Optional, Tuple
...
@@ -2,6 +2,8 @@ from typing import List, Optional, Tuple
import
torch
import
torch
from
sglang.srt.layers.quantization.fp8_kernel
import
sglang_per_token_group_quant_fp8
try
:
try
:
from
vllm
import
_custom_ops
as
vllm_ops
from
vllm
import
_custom_ops
as
vllm_ops
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment