From 23f7d1a293296f9333fb25c422c180723fb81eda Mon Sep 17 00:00:00 2001 From: rsamborski Date: Fri, 27 Sep 2024 09:48:25 +0200 Subject: [PATCH] fix(gemma2): Word fix in comments --- gemma2/gemma2_predict_gpu.py | 2 +- gemma2/gemma2_predict_tpu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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