diff --git a/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py b/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py index 8ce2c98a96c..95c5199c74c 100644 --- a/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py +++ b/components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py @@ -14,7 +14,7 @@ """Version constants for model evaluation components.""" _EVAL_VERSION = 'v0.9.4' -_LLM_EVAL_VERSION = 'v0.6' +_LLM_EVAL_VERSION = 'v0.7' _EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/model-evaluation' _LLM_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/llm-model-evaluation'