chore(components): release new LLM Eval container image `v0.4`
PiperOrigin-RevId: 584398807
This commit is contained in:
parent
d3323c06f3
commit
a281dd9935
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue