feat: Add DYN_SYSTEM_ENABLED=True (#4279)

Signed-off-by: tzulingk@nvidia.com <tzulingk@nvidia.com>
This commit is contained in:
Tzu-Ling Kan 2025-11-12 18:08:25 -08:00 committed by GitHub
parent d70d9acfeb
commit 8a63d9ce67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@ spec:
memory: "100Gi"
gpu: "2"
envs:
- name: DYN_SYSTEM_ENABLED
value: "true"
# MoE-specific environment variables
- name: VLLM_ALL2ALL_BACKEND
value: "pplx"

View File

@ -30,6 +30,8 @@ spec:
memory: "100Gi"
gpu: "2"
envs:
- name: DYN_SYSTEM_ENABLED
value: "true"
# MoE-specific environment variables
- name: VLLM_ALL2ALL_BACKEND
value: "pplx"
@ -95,6 +97,8 @@ spec:
memory: "100Gi"
gpu: "2"
envs:
- name: DYN_SYSTEM_ENABLED
value: "true"
# MoE-specific environment variables
- name: VLLM_ALL2ALL_BACKEND
value: "pplx"