You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
48
48
49
49
# Note that components can override the container entry ponint.
Copy file name to clipboardExpand all lines: components/google-cloud/RELEASE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
1
## Upcoming release
2
+
3
+
## Release 2.14.0
2
4
* Use larger base reward model when tuning `text-bison@001`, `chat-bison@001` and `t5-xxl` with the `preview.llm.rlhf_pipeline`.
3
5
* Move `preview.model_evaluation.autosxs_pipeline` to `v1.model_evaluation.autosxs_pipeline`.
4
6
* Remove default prediction column names in `v1.model_evaluation.classification_component` component to fix pipeline errors when using bigquery data source.
5
7
* Drop support for Python 3.7 since it has reached end-of-life.
6
8
* Expand number of regions supported by `preview.llm.rlhf_pipeline`.
9
+
* Apply latest GCPC image vulnerability resolutions (base OS and software updates).
7
10
8
11
## Release 2.13.1
9
12
* 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`.
0 commit comments