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
8a63d9ce
Unverified
Commit
8a63d9ce
authored
Nov 12, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Nov 12, 2025
Browse files
feat: Add DYN_SYSTEM_ENABLED=True (#4279)
Signed-off-by:
tzulingk@nvidia.com
<
tzulingk@nvidia.com
>
parent
d70d9acf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
tests/fault_tolerance/deploy/templates/vllm/moe_agg.yaml
tests/fault_tolerance/deploy/templates/vllm/moe_agg.yaml
+2
-0
tests/fault_tolerance/deploy/templates/vllm/moe_disagg.yaml
tests/fault_tolerance/deploy/templates/vllm/moe_disagg.yaml
+4
-0
No files found.
tests/fault_tolerance/deploy/templates/vllm/moe_agg.yaml
View file @
8a63d9ce
...
@@ -27,6 +27,8 @@ spec:
...
@@ -27,6 +27,8 @@ spec:
memory
:
"
100Gi"
memory
:
"
100Gi"
gpu
:
"
2"
gpu
:
"
2"
envs
:
envs
:
-
name
:
DYN_SYSTEM_ENABLED
value
:
"
true"
# MoE-specific environment variables
# MoE-specific environment variables
-
name
:
VLLM_ALL2ALL_BACKEND
-
name
:
VLLM_ALL2ALL_BACKEND
value
:
"
pplx"
value
:
"
pplx"
...
...
tests/fault_tolerance/deploy/templates/vllm/moe_disagg.yaml
View file @
8a63d9ce
...
@@ -30,6 +30,8 @@ spec:
...
@@ -30,6 +30,8 @@ spec:
memory
:
"
100Gi"
memory
:
"
100Gi"
gpu
:
"
2"
gpu
:
"
2"
envs
:
envs
:
-
name
:
DYN_SYSTEM_ENABLED
value
:
"
true"
# MoE-specific environment variables
# MoE-specific environment variables
-
name
:
VLLM_ALL2ALL_BACKEND
-
name
:
VLLM_ALL2ALL_BACKEND
value
:
"
pplx"
value
:
"
pplx"
...
@@ -95,6 +97,8 @@ spec:
...
@@ -95,6 +97,8 @@ spec:
memory
:
"
100Gi"
memory
:
"
100Gi"
gpu
:
"
2"
gpu
:
"
2"
envs
:
envs
:
-
name
:
DYN_SYSTEM_ENABLED
value
:
"
true"
# MoE-specific environment variables
# MoE-specific environment variables
-
name
:
VLLM_ALL2ALL_BACKEND
-
name
:
VLLM_ALL2ALL_BACKEND
value
:
"
pplx"
value
:
"
pplx"
...
...
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