Skip to content

Commit a21be43

Browse files
EmmaQiaoChchzblych
andauthored
[TRTLLM-9279][infra] Use flexcache for gh200 nodes since they locate in Austin (#9405)
Signed-off-by: qqiao <qqiao@nvidia.com> Signed-off-by: Emma Qiao <qqiao@nvidia.com> Co-authored-by: Yanchao Lu <yanchaol@nvidia.com>
1 parent 8104a78 commit a21be43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/L0_Test.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,8 +1426,8 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
14261426
server: 10.117.145.14
14271427
path: /vol/scratch1/scratch.michaeln_blossom
14281428
"""
1429-
if (type.contains("6000d")) {
1430-
// rtx-pro-6000d nodes are located in Austin DC, we use the FlexCache to speed up the data access.
1429+
if (type.contains("6000d") || type.contains("gh200")) {
1430+
// rtx-pro-6000d and gh200 nodes are located in Austin DC, we use the FlexCache to speed up the data access.
14311431
llmModelVolume = """
14321432
- name: scratch-trt-llm-data
14331433
nfs:

0 commit comments

Comments
 (0)