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
zhaoyu6
sglang
Commits
265e7564
"vscode:/vscode.git/clone" did not exist on "b5bbc9d13a1ee0105ffd6ce58b52872ab5182019"
Unverified
Commit
265e7564
authored
Mar 28, 2025
by
fzyzcjy
Committed by
GitHub
Mar 27, 2025
Browse files
Super tiny remove unused code (#4750)
parent
d3f71f5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/sglang/srt/managers/tokenizer_manager.py
python/sglang/srt/managers/tokenizer_manager.py
+0
-1
No files found.
python/sglang/srt/managers/tokenizer_manager.py
View file @
265e7564
...
@@ -261,7 +261,6 @@ class TokenizerManager:
...
@@ -261,7 +261,6 @@ class TokenizerManager:
self
.
start_profile_communicator
=
_Communicator
(
self
.
start_profile_communicator
=
_Communicator
(
self
.
send_to_scheduler
,
server_args
.
dp_size
self
.
send_to_scheduler
,
server_args
.
dp_size
)
)
self
.
health_check_communitcator
=
_Communicator
(
self
.
send_to_scheduler
,
1
)
self
.
get_internal_state_communicator
=
_Communicator
(
self
.
get_internal_state_communicator
=
_Communicator
(
self
.
send_to_scheduler
,
server_args
.
dp_size
self
.
send_to_scheduler
,
server_args
.
dp_size
)
)
...
...
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