Skip to content

Commit 682be6a

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new value NVIDIA_GB200 is added to enum AcceleratorType
PiperOrigin-RevId: 790827122
1 parent d2dbcdb commit 682be6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/aiplatform/v1beta1/accelerator_type.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ enum AcceleratorType {
6767
// Nvidia B200 GPU.
6868
NVIDIA_B200 = 16;
6969

70+
// Nvidia GB200 GPU.
71+
NVIDIA_GB200 = 17;
72+
7073
// TPU v2.
7174
TPU_V2 = 6;
7275

0 commit comments

Comments
 (0)