Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/features/model-express.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ Run the TP=2 rank-mapping qualification on four GPUs by selecting
checkpoint path. `TRTLLM_MX_E2E_REQUIRED=1` converts missing service, model,
or NIXL prerequisites from skips into failures and must be set by a CI
qualification stage. That stage must also allocate the GPUs declared by the
selected test row.
selected test row. `TRTLLM_MX_E2E_TIMEOUT_S` controls the 1200-second timeout
used for the baseline worker, receiver worker, and donor-readiness wait;
increase it for slow model storage or startup.

The dedicated H100 CI stages own isolated Redis and ModelExpress 0.4.1
sidecars. The two-GPU TP=1 stage is classified as multi-GPU: it runs
Expand Down
2 changes: 0 additions & 2 deletions jenkins/L0_Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,6 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
def nodeLabelPrefix = ""
def tolerations = ""
def extraDeviceEnv = ""
def serviceInitContainerConfig = ""
def serviceContainerConfig = ""

def archSuffix = arch == "arm64" ? "arm" : "amd"
Expand Down Expand Up @@ -3482,7 +3481,6 @@ ${blockedNodeAffinity}
nodeSelector: ${selectors}
imagePullSecrets:
- name: ${ARTIFACTORY_IMAGE_PULL_SECRET}
${serviceInitContainerConfig}
containers:
${containerConfig}
env:
Expand Down
Loading