Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemma2/gemma2_predict_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def gemma2_predict_gpu(ENDPOINT_REGION: str, ENDPOINT_ID: str) -> str:
# [START generativeaionvertexai_gemma2_predict_gpu]
"""
Sample to run interference on a Gemma2 model deployed to a Vertex AI endpoint with GPU accellerators.
Sample to run inference on a Gemma2 model deployed to a Vertex AI endpoint with GPU accellerators.
"""

from google.cloud import aiplatform
Expand Down
2 changes: 1 addition & 1 deletion gemma2/gemma2_predict_tpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def gemma2_predict_tpu(ENDPOINT_REGION: str, ENDPOINT_ID: str) -> str:
# [START generativeaionvertexai_gemma2_predict_tpu]
"""
Sample to run interference on a Gemma2 model deployed to a Vertex AI endpoint with TPU accellerators.
Sample to run inference on a Gemma2 model deployed to a Vertex AI endpoint with TPU accellerators.
"""

from google.cloud import aiplatform
Expand Down