mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][infra] Remove WAR code for GH200 node (#8266)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
parent
56a539cd37
commit
5798a12199
@ -967,16 +967,6 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
|
||||
path: /vol/scratch1/scratch.svc_tensorrt_blossom
|
||||
"""
|
||||
}
|
||||
// TODO: remove this after GH200 driver upgrade
|
||||
def hostnameMatch = ""
|
||||
if (type == "gh200") {
|
||||
hostnameMatch = """
|
||||
- key: "kubernetes.io/hostname"
|
||||
operator: NotIn
|
||||
values:
|
||||
- "lego-cg1-qct-070.ipp3a2.colossus"
|
||||
- "lego-cg1-qct-079.ipp3a2.colossus\""""
|
||||
}
|
||||
|
||||
def podConfig = [
|
||||
cloud: targetCould,
|
||||
@ -997,7 +987,7 @@ def createKubernetesPodConfig(image, type, arch = "amd64", gpuCount = 1, perfMod
|
||||
- key: "tensorrt/affinity"
|
||||
operator: NotIn
|
||||
values:
|
||||
- "core"${hostnameMatch}
|
||||
- "core"
|
||||
nodeSelector: ${selectors}
|
||||
containers:
|
||||
${containerConfig}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user