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
50dfd3af
Unverified
Commit
50dfd3af
authored
Sep 30, 2025
by
Julien Mancuso
Committed by
GitHub
Sep 30, 2025
Browse files
fix: fix backend in trtllm multinode example (#3311)
Signed-off-by:
Julien Mancuso
<
jmancuso@nvidia.com
>
parent
8c884345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
components/backends/trtllm/deploy/disagg-multinode.yaml
components/backends/trtllm/deploy/disagg-multinode.yaml
+2
-2
No files found.
components/backends/trtllm/deploy/disagg-multinode.yaml
View file @
50dfd3af
...
@@ -32,7 +32,7 @@ data:
...
@@ -32,7 +32,7 @@ data:
kv_cache_config:
kv_cache_config:
free_gpu_memory_fraction: 0.80
free_gpu_memory_fraction: 0.80
cache_transceiver_config:
cache_transceiver_config:
backend:
default
backend:
DEFAULT
decode.yaml
:
|
decode.yaml
:
|
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
...
@@ -60,7 +60,7 @@ data:
...
@@ -60,7 +60,7 @@ data:
kv_cache_config:
kv_cache_config:
free_gpu_memory_fraction: 0.80
free_gpu_memory_fraction: 0.80
cache_transceiver_config:
cache_transceiver_config:
backend:
default
backend:
DEFAULT
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
PersistentVolumeClaim
kind
:
PersistentVolumeClaim
...
...
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