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
6d535b71
Unverified
Commit
6d535b71
authored
Oct 22, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 22, 2025
Browse files
Revert "Recapture cuda graph after model weight update to resolve IMA error " (#11980)
parent
fdcb1d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
python/sglang/srt/model_executor/model_runner.py
python/sglang/srt/model_executor/model_runner.py
+0
-4
No files found.
python/sglang/srt/model_executor/model_runner.py
View file @
6d535b71
...
@@ -1044,10 +1044,6 @@ class ModelRunner:
...
@@ -1044,10 +1044,6 @@ class ModelRunner:
self
.
server_args
.
load_format
=
load_format
self
.
server_args
.
load_format
=
load_format
self
.
load_config
=
load_config
self
.
load_config
=
load_config
# Recapture device graph after model weight update.
if
not
self
.
server_args
.
disable_cuda_graph
and
self
.
device
==
"cuda"
:
self
.
init_device_graphs
()
logger
.
info
(
"Update weights end."
)
logger
.
info
(
"Update weights end."
)
return
True
,
"Succeeded to update model weights."
return
True
,
"Succeeded to update model weights."
...
...
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