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
edb25693
Unverified
Commit
edb25693
authored
Nov 04, 2025
by
Liangsheng Yin
Committed by
GitHub
Nov 04, 2025
Browse files
[hot-fix] Fix broken CI (#12564)
parent
3529c061
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
python/sglang/srt/managers/tp_worker.py
python/sglang/srt/managers/tp_worker.py
+3
-1
No files found.
python/sglang/srt/managers/tp_worker.py
View file @
edb25693
...
...
@@ -100,7 +100,9 @@ class BaseTpWorker(ABC):
def
update_weights_from_disk
(
self
,
recv_req
:
UpdateWeightFromDiskReqInput
):
success
,
message
=
self
.
model_runner
.
update_weights_from_disk
(
recv_req
.
model_path
,
recv_req
.
load_format
,
recv_req
.
recapture_cuda_graph
recv_req
.
model_path
,
recv_req
.
load_format
,
recapture_cuda_graph
=
recv_req
.
recapture_cuda_graph
,
)
return
success
,
message
...
...
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