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
OpenDAS
dynamo
Commits
88e3779e
Unverified
Commit
88e3779e
authored
Apr 11, 2025
by
Hongkuan Zhou
Committed by
GitHub
Apr 11, 2025
Browse files
fix: fix max_local_prefill_length not being printed out in disagg router log (#628)
parent
e7a49b03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/llm/components/disagg_router.py
examples/llm/components/disagg_router.py
+1
-1
No files found.
examples/llm/components/disagg_router.py
View file @
88e3779e
...
@@ -41,6 +41,6 @@ class PyDisaggregatedRouter:
...
@@ -41,6 +41,6 @@ class PyDisaggregatedRouter:
and
queue_size
<
self
.
max_prefill_queue_size
and
queue_size
<
self
.
max_prefill_queue_size
)
)
logger
.
info
(
logger
.
info
(
f
"Remote prefill:
{
decision
}
(prefill length:
{
absolute_prefill_length
}
/
{
prompt
_length
}
, prefill queue size:
{
queue_size
}
/
{
self
.
max_prefill_queue_size
}
)"
f
"Remote prefill:
{
decision
}
(prefill length:
{
absolute_prefill_length
}
/
{
self
.
max_local_prefill
_length
}
, prefill queue size:
{
queue_size
}
/
{
self
.
max_prefill_queue_size
}
)"
)
)
return
decision
return
decision
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