Skip to content
Merged
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: 2 additions & 2 deletions jenkins/L0_Test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1772,8 +1772,8 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod

// Austin FlexCache looks slow and unstable recently. Remove gh200 temporarily.
// That means gh200 nodes will use the default Blossom data scratch.
if (type.contains("6000d")) {
// rtx-pro-6000d and gh200 nodes are located in Austin DC, we use the FlexCache to speed up the data access.
if (type.contains("6000d") || type.contains("rtx-5080")) {
// rtx-pro-6000d, gh200 and rtx-5080 nodes are located in Austin DC, we use the FlexCache to speed up the data access.
Comment thread
EmmaQiaoCh marked this conversation as resolved.
Comment thread
EmmaQiaoCh marked this conversation as resolved.
llmModelVolume = """
- name: scratch-trt-llm-data
nfs:
Expand Down
Loading