Skip to content

Commit 5fbdcb8

Browse files
committed
adding correct node
1 parent 3a2f5c4 commit 5fbdcb8

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)