Skip to content

Commit 7f78b7b

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType
PiperOrigin-RevId: 703586349
1 parent 3be31fe commit 7f78b7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/accelerator_type.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ enum AcceleratorType {
5757
// Nvidia H100 80Gb GPU.
5858
NVIDIA_H100_80GB = 13;
5959

60+
// Nvidia H100 Mega 80Gb GPU.
61+
NVIDIA_H100_MEGA_80GB = 14;
62+
6063
// TPU v2.
6164
TPU_V2 = 6;
6265

0 commit comments

Comments
 (0)