Skip to content

Commit 2b97e06

Browse files
rsamborskiriathakkar
authored andcommitted
fix(gemma2): Word fix in comments (GoogleCloudPlatform#12640)
1 parent 9b5c39f commit 2b97e06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemma2/gemma2_predict_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def gemma2_predict_gpu(ENDPOINT_REGION: str, ENDPOINT_ID: str) -> str:
2222
# [START generativeaionvertexai_gemma2_predict_gpu]
2323
"""
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.
2525
"""
2626

2727
from google.cloud import aiplatform

gemma2/gemma2_predict_tpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def gemma2_predict_tpu(ENDPOINT_REGION: str, ENDPOINT_ID: str) -> str:
2222
# [START generativeaionvertexai_gemma2_predict_tpu]
2323
"""
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.
2525
"""
2626

2727
from google.cloud import aiplatform

0 commit comments

Comments
 (0)