Skip to content

Commit 621e96f

Browse files
jsondaiGoogle Cloud Pipeline Components maintainers
authored andcommitted
feat(components): release LLM Model Evaluation image version v0.7
Signed-off-by: Jason Dai <jsndai@google.com> PiperOrigin-RevId: 666048416
1 parent 0d3e79a commit 621e96f

File tree

1 file changed

+1
-1
lines changed
  • components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation

1 file changed

+1
-1
lines changed

components/google-cloud/google_cloud_pipeline_components/_implementation/model_evaluation/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""Version constants for model evaluation components."""
1515

1616
_EVAL_VERSION = 'v0.9.4'
17-
_LLM_EVAL_VERSION = 'v0.6'
17+
_LLM_EVAL_VERSION = 'v0.7'
1818

1919
_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/model-evaluation'
2020
_LLM_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/llm-model-evaluation'

0 commit comments

Comments
 (0)