diff --git a/gemma2/gemma2_predict_gpu.py b/gemma2/gemma2_predict_gpu.py index 5aeaa47a1fa..de838d9d991 100644 --- a/gemma2/gemma2_predict_gpu.py +++ b/gemma2/gemma2_predict_gpu.py @@ -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 diff --git a/gemma2/gemma2_predict_tpu.py b/gemma2/gemma2_predict_tpu.py index c3eb616b36b..e3d1f598cba 100644 --- a/gemma2/gemma2_predict_tpu.py +++ b/gemma2/gemma2_predict_tpu.py @@ -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