Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e3f15ee1
Unverified
Commit
e3f15ee1
authored
Jun 27, 2025
by
jthomson04
Committed by
GitHub
Jun 27, 2025
Browse files
fix: Little kv routing fix (#1677)
parent
8392e7a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
examples/llm/components/kv_router.py
examples/llm/components/kv_router.py
+1
-2
examples/llm/configs/agg_router.yaml
examples/llm/configs/agg_router.yaml
+1
-1
No files found.
examples/llm/components/kv_router.py
View file @
e3f15ee1
...
...
@@ -100,8 +100,7 @@ def parse_args(service_name, prefix) -> Namespace:
)
parser
.
add_argument
(
"--softmax-sample"
,
type
=
bool
,
default
=
False
,
action
=
"store_true"
,
help
=
"Whether to do softmax sampling based on worker logits (default is to pick smallest)"
,
)
config
=
ServiceConfig
.
get_instance
()
...
...
examples/llm/configs/agg_router.yaml
View file @
e3f15ee1
...
...
@@ -29,7 +29,7 @@ Processor:
Router
:
min-workers
:
1
softmax
_
sample
:
true
softmax
-
sample
:
true
common-configs
:
[
model
,
block-size
,
router
]
VllmWorker
:
...
...
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