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
a9050b5c
"src/diffusers/models/autoencoders/vae.py" did not exist on "ef2ea33c3bc061fffa8bc4ccd640306ca1a1847d"
Unverified
Commit
a9050b5c
authored
Sep 28, 2025
by
wejoncy
Committed by
GitHub
Sep 28, 2025
Browse files
[bugfix]Add empty_context import to two_batch_overlap.py (#10964)
parent
66face35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/two_batch_overlap.py
python/sglang/srt/two_batch_overlap.py
+1
-1
No files found.
python/sglang/srt/two_batch_overlap.py
View file @
a9050b5c
...
@@ -31,7 +31,7 @@ from sglang.srt.model_executor.forward_batch_info import (
...
@@ -31,7 +31,7 @@ from sglang.srt.model_executor.forward_batch_info import (
from
sglang.srt.operations
import
execute_operations
,
execute_overlapped_operations
from
sglang.srt.operations
import
execute_operations
,
execute_overlapped_operations
from
sglang.srt.operations_strategy
import
OperationsStrategy
from
sglang.srt.operations_strategy
import
OperationsStrategy
from
sglang.srt.speculative.eagle_utils
import
EagleDraftInput
,
EagleVerifyInput
from
sglang.srt.speculative.eagle_utils
import
EagleDraftInput
,
EagleVerifyInput
from
sglang.srt.utils
import
BumpAllocator
,
get_bool_env_var
,
is_hip
from
sglang.srt.utils
import
BumpAllocator
,
empty_context
,
get_bool_env_var
,
is_hip
if
TYPE_CHECKING
:
if
TYPE_CHECKING
:
from
sglang.srt.layers.moe.token_dispatcher
import
DispatchOutput
from
sglang.srt.layers.moe.token_dispatcher
import
DispatchOutput
...
...
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