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
43854732
Unverified
Commit
43854732
authored
Aug 10, 2025
by
Neal Vaidya
Committed by
GitHub
Aug 10, 2025
Browse files
fix: use default batch_size for decode (#2376)
parent
3b722842
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
components/backends/trtllm/engine_configs/gpt_oss/decode.yaml
...onents/backends/trtllm/engine_configs/gpt_oss/decode.yaml
+0
-1
components/backends/trtllm/gpt-oss.md
components/backends/trtllm/gpt-oss.md
+0
-1
components/backends/trtllm/launch/gpt_oss_disagg.sh
components/backends/trtllm/launch/gpt_oss_disagg.sh
+0
-1
No files found.
components/backends/trtllm/engine_configs/gpt_oss/decode.yaml
View file @
43854732
...
...
@@ -17,7 +17,6 @@ disable_overlap_scheduler: false
moe_config
:
backend
:
CUTLASS
cuda_graph_config
:
max_batch_size
:
128
enable_padding
:
true
cache_transceiver_config
:
backend
:
ucx
...
...
components/backends/trtllm/gpt-oss.md
View file @
43854732
...
...
@@ -203,7 +203,6 @@ CUDA_VISIBLE_DEVICES=4,5,6,7 python3 -m dynamo.trtllm \
--disaggregation-mode
decode
\
--disaggregation-strategy
prefill_first
\
--max-num-tokens
16384
\
--max-batch-size
128
\
--free-gpu-memory-fraction
0.9
\
--tensor-parallel-size
4
\
--expert-parallel-size
4
...
...
components/backends/trtllm/launch/gpt_oss_disagg.sh
View file @
43854732
...
...
@@ -40,7 +40,6 @@ CUDA_VISIBLE_DEVICES=4,5,6,7 python3 -m dynamo.trtllm \
--disaggregation-mode
decode
\
--disaggregation-strategy
"
$DISAGGREGATION_STRATEGY
"
\
--max-num-tokens
16384
\
--max-batch-size
128
\
--free-gpu-memory-fraction
0.9
\
--tensor-parallel-size
4
\
--expert-parallel-size
4
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