File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
def gemma2_predict_gpu (ENDPOINT_REGION : str , ENDPOINT_ID : str ) -> str :
22
22
# [START generativeaionvertexai_gemma2_predict_gpu]
23
23
"""
24
- Sample to run interference on a Gemma2 model deployed to a Vertex AI endpoint with GPU accellerators.
24
+ Sample to run inference on a Gemma2 model deployed to a Vertex AI endpoint with GPU accellerators.
25
25
"""
26
26
27
27
from google .cloud import aiplatform
Original file line number Diff line number Diff line change 21
21
def gemma2_predict_tpu (ENDPOINT_REGION : str , ENDPOINT_ID : str ) -> str :
22
22
# [START generativeaionvertexai_gemma2_predict_tpu]
23
23
"""
24
- Sample to run interference on a Gemma2 model deployed to a Vertex AI endpoint with TPU accellerators.
24
+ Sample to run inference on a Gemma2 model deployed to a Vertex AI endpoint with TPU accellerators.
25
25
"""
26
26
27
27
from google .cloud import aiplatform
You can’t perform that action at this time.
0 commit comments