Skip to content

Commit 4d6e18e

Browse files
committed
update segment
1 parent 8523cf5 commit 4d6e18e

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

modules/chapter1/pages/placement.adoc

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff 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"]'
6363
spec:
6464
enabled: true
6565
identifiers:
@@ -68,7 +68,7 @@ spec:
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

0 commit comments

Comments
 (0)