Skip to content

Commit 0c26c04

Browse files
author
Googler
committed
chore(components): GCPC 2.14.0 Release
PiperOrigin-RevId: 628241904
1 parent ee28c72 commit 0c26c04

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

components/google-cloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN pip3 install -U "fsspec>=0.7.4" "gcsfs>=0.6.0" "pandas<=1.3.5" "scikit-learn
4444
RUN pip3 install -U google-cloud-notebooks
4545

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

4949
# Note that components can override the container entry ponint.
5050
ENTRYPOINT ["python3","-m","google_cloud_pipeline_components.container.v1.aiplatform.remote_runner"]

components/google-cloud/RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## Upcoming release
2+
3+
## Release 2.14.0
24
* Use larger base reward model when tuning `text-bison@001`, `chat-bison@001` and `t5-xxl` with the `preview.llm.rlhf_pipeline`.
35
* Move `preview.model_evaluation.autosxs_pipeline` to `v1.model_evaluation.autosxs_pipeline`.
46
* Remove default prediction column names in `v1.model_evaluation.classification_component` component to fix pipeline errors when using bigquery data source.
57
* Drop support for Python 3.7 since it has reached end-of-life.
68
* Expand number of regions supported by `preview.llm.rlhf_pipeline`.
9+
* Apply latest GCPC image vulnerability resolutions (base OS and software updates).
710

811
## Release 2.13.1
912
* Fix model name preprocess error, pass correct model to `ModelImportEvaluationOp` component in `v1.model_evaluation.evaluation_llm_text_generation_pipeline` and `v1.model_evaluation.evaluation_llm_classification_pipeline`.

components/google-cloud/docs/source/versions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.14.0",
4+
"title": "2.14.0",
5+
"aliases": []
6+
},
27
{
38
"version": "https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.14.0",
49
"title": "2.13.1",

components/google-cloud/google_cloud_pipeline_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""Google Cloud Pipeline Components version."""
1515

16-
__version__ = "2.13.1"
16+
__version__ = "2.14.0"

0 commit comments

Comments
 (0)