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 2121def 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
Original file line number Diff line number Diff line change 2121def 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
You can’t perform that action at this time.
0 commit comments