Skip to content

Commit

Permalink
feat(components): release LLM Model Evaluation image version v0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dai <[email protected]>
PiperOrigin-RevId: 666102687
  • Loading branch information
jsondai authored and Google Cloud Pipeline Components maintainers committed Aug 22, 2024
1 parent 0d3e79a commit 4f36fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4f36fe3

Please sign in to comment.