Skip to content

Commit

Permalink
feat(components): Update container URIs for embedding eval components
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 559213412
  • Loading branch information
Googler committed Aug 22, 2023
1 parent eaec515 commit f43272d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
from kfp.dsl import PIPELINE_ROOT_PLACEHOLDER


_IMAGE_URI = 'gcr.io/model-evaluation-dev/llm_eval:navekshasood-test'
# TODO(b/290838262): Update the image URI to point to
# us-docker.pkg.dev/vertex-evaluation/public/llm:va.b before we launch.
_IMAGE_URI = 'us-docker.pkg.dev/vertex-evaluation/public/llm:v0.3'


@container_component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
from kfp.dsl import PIPELINE_ROOT_PLACEHOLDER


_IMAGE_URI = 'gcr.io/model-evaluation-dev/llm_eval:navekshasood-test'
# TODO(b/290838262): Update the image URI to point to
# us-docker.pkg.dev/vertex-evaluation/public/llm:va.b before we launch.
_IMAGE_URI = 'us-docker.pkg.dev/vertex-evaluation/public/llm:v0.3'


@container_component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
from kfp.dsl import PIPELINE_ROOT_PLACEHOLDER


_IMAGE_URI = 'gcr.io/model-evaluation-dev/llm_eval:navekshasood-test'
# TODO(b/290838262): Update the image URI to point to
# us-docker.pkg.dev/vertex-evaluation/public/llm:va.b before we launch.
_IMAGE_URI = 'us-docker.pkg.dev/vertex-evaluation/public/llm:v0.3'


@container_component
Expand Down

0 comments on commit f43272d

Please sign in to comment.