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
67073dde
Unverified
Commit
67073dde
authored
Sep 18, 2025
by
brayden-hai
Committed by
GitHub
Sep 18, 2025
Browse files
Garbage collector regression in the online server (#10621)
parent
9a5c42f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/sglang/srt/model_executor/cuda_graph_runner.py
python/sglang/srt/model_executor/cuda_graph_runner.py
+1
-0
No files found.
python/sglang/srt/model_executor/cuda_graph_runner.py
View file @
67073dde
...
...
@@ -100,6 +100,7 @@ def freeze_gc(enable_cudagraph_gc: bool):
finally
:
if
should_freeze
:
gc
.
unfreeze
()
gc
.
collect
()
def
_to_torch
(
model
:
torch
.
nn
.
Module
,
reverse
:
bool
,
num_tokens
:
int
):
...
...
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