Skip to content

Commit 85c649d

Browse files
vertex-mg-botcopybara-github
authored andcommitted
Add Llama 3.3 TPU7x deployment notebook.
MG_DOCKER_CODES_PIPER_ORIGIN_REV_ID: 845481841
1 parent b7135ae commit 85c649d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

notebooks/community/model_garden/docker_source_codes/model_oss/notebook_util/common_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def get_quota_id(
546546
"NVIDIA_GB200": "B200GPUs",
547547
"NVIDIA_TESLA_T4": "T4GPUs",
548548
"NVIDIA_RTX_PRO_6000": "RTXPRO6000GPUs",
549+
"TPU_7x": "7XTPU",
549550
"TPU_V6e": "V6ETPU",
550551
"TPU_V5e": "V5ETPU",
551552
"TPU_V3": "V3TPUs",

notebooks/community/model_garden/docker_source_codes/notebook_util/common_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def get_quota_id(
546546
"NVIDIA_GB200": "B200GPUs",
547547
"NVIDIA_TESLA_T4": "T4GPUs",
548548
"NVIDIA_RTX_PRO_6000": "RTXPRO6000GPUs",
549+
"TPU_7x": "7XTPU",
549550
"TPU_V6e": "V6ETPU",
550551
"TPU_V5e": "V5ETPU",
551552
"TPU_V3": "V3TPUs",

0 commit comments

Comments
 (0)