Skip to content

Commit

Permalink
chore(components): release GCPC 2.7.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590711365
  • Loading branch information
connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Dec 13, 2023
1 parent 8c59816 commit 99da2df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/google-cloud/Dockerfile
Expand Up @@ -44,7 +44,7 @@ RUN pip3 install -U "fsspec>=0.7.4" "gcsfs>=0.6.0" "pandas<=1.3.5" "scikit-learn
RUN pip3 install -U google-cloud-notebooks

# Install main package
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.6.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"
RUN pip3 install "git+https://github.com/kubeflow/pipelines.git@google-cloud-pipeline-components-2.7.0#egg=google-cloud-pipeline-components&subdirectory=components/google-cloud"

# Note that components can override the container entry ponint.
ENTRYPOINT ["python3","-m","google_cloud_pipeline_components.container.v1.aiplatform.remote_runner"]
5 changes: 4 additions & 1 deletion components/google-cloud/RELEASE.md
@@ -1,8 +1,11 @@
## Upcoming release
* Fix `v1.automl.training_job.AutoMLImageTrainingJobRunOp` `ModuleNotFoundError`

## Release 2.7.0
* Fix `v1.automl.training_job.AutoMLImageTrainingJobRunOp` `ModuleNotFoundError`.
* Append `tune-type` to existing labels when uploading models tuned by `preview.llm.rlhf_pipeline` instead of overriding them.
* Use `llama-2-7b` for the base reward model when tuning `llama-2-13b` with the `preview.llm.rlhf_pipeline`
* Release AutoSxS pipeline to preview and add related files to _implementation.
* Apply latest GCPC image vulnerability resolutions (base OS and software updates).

## Release 2.6.0
* Bump supported KFP versions to kfp>=2.0.0b10,<=2.4.0
Expand Down
5 changes: 5 additions & 0 deletions components/google-cloud/docs/source/versions.json
@@ -1,4 +1,9 @@
[
{
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.7.0",
"title": "2.7.0",
"aliases": []
},
{
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.6.0",
"title": "2.6.0",
Expand Down
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Google Cloud Pipeline Components version."""

__version__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 99da2df

Please sign in to comment.