Skip to content

Commit 42c1f9c

Browse files
authored
Merge pull request GoogleCloudPlatform#4818 from arpit974/A4xCoresAndSocketNumberUpdate
similar to other A* blueprints specifying correct node configurations in the nodesset.
2 parents 409fce0 + 5fbdcb8 commit 42c1f9c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

examples/machine-learning/a4x-highgpu-4g/a4xhigh-slurm-blueprint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,12 @@ deployment_groups:
597597
instance_image_custom: true
598598
on_host_maintenance: TERMINATE
599599
reservation_name: $(vars.a4x_reservation_name)
600+
advanced_machine_features:
601+
threads_per_core: null # Use platform default value
602+
node_conf:
603+
CoresPerSocket: 70
604+
SocketsPerBoard: 2
605+
ThreadsPerCore: 1
600606
additional_networks:
601607
$(concat(
602608
[{

0 commit comments

Comments
 (0)