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
8edd23dc
"vscode:/vscode.git/clone" did not exist on "497670998b5fdfd933cbdeb51fbc1673fe036162"
Unverified
Commit
8edd23dc
authored
Apr 12, 2025
by
Ziqi Fan
Committed by
GitHub
Apr 12, 2025
Browse files
fix: change trtllm kv_router default block_size to 32 (#642)
parent
988e8826
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/tensorrt_llm/components/kv_router.py
examples/tensorrt_llm/components/kv_router.py
+1
-1
No files found.
examples/tensorrt_llm/components/kv_router.py
View file @
8edd23dc
...
...
@@ -51,7 +51,7 @@ def parse_args(service_name, prefix) -> Namespace:
parser
.
add_argument
(
"--block-size"
,
type
=
int
,
default
=
64
,
default
=
32
,
help
=
"KV block size"
,
)
parser
.
add_argument
(
...
...
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