Skip to content

Commit 4129cd8

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add multihost_gpu_node_count to Vertex SDK for multihost GPU support
PiperOrigin-RevId: 733768886
1 parent 65fad14 commit 4129cd8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/machine_resources.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ message MachineSpec {
5858
// available from GKE. (Example: tpu_topology: "2x2x1").
5959
string tpu_topology = 4 [(google.api.field_behavior) = IMMUTABLE];
6060

61+
// Optional. Immutable. The number of nodes per replica for multihost GPU
62+
// deployments.
63+
int32 multihost_gpu_node_count = 6 [
64+
(google.api.field_behavior) = IMMUTABLE,
65+
(google.api.field_behavior) = OPTIONAL
66+
];
67+
6168
// Optional. Immutable. Configuration controlling how this resource pool
6269
// consumes reservation.
6370
ReservationAffinity reservation_affinity = 5 [

0 commit comments

Comments
 (0)