File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ metadata:
5959 annotations:
6060 opendatahub.io/display-name: "Training: Dedicated A100"
6161 opendatahub.io/description: "Full A100 access on isolated nodes."
62- opendatahub.io/dashboard-feature-visibility: '["workbench","pipelines "]'
62+ opendatahub.io/dashboard-feature-visibility: '["model-serving "]'
6363spec:
6464 enabled: true
6565 identifiers:
6868 resourceType: Accelerator
6969 defaultCount: 1
7070 minCount: 1
71- maxCount: 8
71+ maxCount: 2
7272 - identifier: cpu
7373 displayName: CPU
7474 resourceType: CPU
@@ -81,17 +81,16 @@ spec:
8181 defaultCount: 128Gi
8282 minCount: 64Gi
8383 maxCount: 256Gi
84- nodeSelector:
85- node-role.kubernetes.io/training-node: "true"
86- nvidia.com/gpu.product: "A100-SXM4-80GB"
87- tolerations:
88- - key: "workload"
89- operator: "Equal"
90- value: "training"
91- effect: "NoSchedule"
92- - key: "nvidia.com/gpu"
93- operator: "Exists"
94- effect: "NoSchedule"
84+ scheduling:
85+ node:
86+ nodeSelector:
87+ nvidia.com/gpu.product: A100-SXM4-80GB
88+ tolerations:
89+ - effect: NoSchedule
90+ key: workload
91+ operator: Equal
92+ value: training
93+ type: Node
9594----
9695
9796== How It Works in Practice
You can’t perform that action at this time.
0 commit comments