chore(components): release new LLM Eval container image `v0.4`

PiperOrigin-RevId: 584398807
This commit is contained in:
Jason Dai 2023-11-21 12:27:16 -08:00 committed by Google Cloud Pipeline Components maintainers
parent d3323c06f3
commit a281dd9935
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
# limitations under the License.
"""Version constants for model evaluation components."""
_EVAL_VERSION = 'v0.9.3'
_LLM_EVAL_VERSION = 'v0.3'
_EVAL_VERSION = 'v0.9.4'
_LLM_EVAL_VERSION = 'v0.4'
_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/model-evaluation'
_LLM_EVAL_IMAGE_NAME = 'gcr.io/ml-pipeline/llm-model-evaluation'