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
f4e20810
Unverified
Commit
f4e20810
authored
Mar 09, 2026
by
Indrajit Bhosale
Committed by
GitHub
Mar 10, 2026
Browse files
fix: Update free_gpu_memory_fraction for llama4 Maverick to avoid OOM in multinode setup (#7090)
parent
48eb52e7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
examples/backends/trtllm/engine_configs/llama4/multimodal/decode.yaml
...kends/trtllm/engine_configs/llama4/multimodal/decode.yaml
+3
-3
examples/backends/trtllm/engine_configs/llama4/multimodal/prefill.yaml
...ends/trtllm/engine_configs/llama4/multimodal/prefill.yaml
+3
-3
No files found.
examples/backends/trtllm/engine_configs/llama4/multimodal/decode.yaml
View file @
f4e20810
...
...
@@ -15,14 +15,14 @@
tensor_parallel_size
:
8
moe_expert_parallel_size
:
1
enable_attention_dp
:
false
max_num_tokens
:
8192
max_batch_size
:
16
max_num_tokens
:
4096
max_batch_size
:
8
trust_remote_code
:
true
backend
:
pytorch
enable_chunked_prefill
:
true
disable_overlap_scheduler
:
false
kv_cache_config
:
free_gpu_memory_fraction
:
0.
3
0
free_gpu_memory_fraction
:
0.
2
0
enable_block_reuse
:
false
cache_transceiver_config
:
...
...
examples/backends/trtllm/engine_configs/llama4/multimodal/prefill.yaml
View file @
f4e20810
...
...
@@ -15,8 +15,8 @@
tensor_parallel_size
:
8
moe_expert_parallel_size
:
1
enable_attention_dp
:
false
max_num_tokens
:
8192
max_batch_size
:
16
max_num_tokens
:
4096
max_batch_size
:
8
trust_remote_code
:
true
backend
:
pytorch
enable_chunked_prefill
:
true
...
...
@@ -24,7 +24,7 @@ enable_chunked_prefill: true
disable_overlap_scheduler
:
true
kv_cache_config
:
free_gpu_memory_fraction
:
0.
3
0
free_gpu_memory_fraction
:
0.
2
0
enable_block_reuse
:
false
cache_transceiver_config
:
...
...
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