Skip to content

Commit

Permalink
chore(components): support jinja 3 in GCPC
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606703078
  • Loading branch information
connor-mccarthy authored and Google Cloud Pipeline Components maintainers committed Feb 13, 2024
1 parent 1fcc681 commit 3f0fc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Upcoming release
* Fix the missing output of pipeline remote runner. `AutoMLImageTrainingJobRunOp` now passes the model artifacts correctly to downstream components.
* Fix the metadata of Model Evaluation resource when row based metrics is disabled in `preview.model_evaluation.evaluation_llm_text_generation_pipeline`.
* Support `Jinja2>=3.1.2,<4`.

## Release 2.9.0
* Use `large_model_reference` for `model_reference_name` when uploading models from `preview.llm.rlhf_pipeline` instead of hardcoding value as `text-bison@001`.
Expand Down
2 changes: 1 addition & 1 deletion components/google-cloud/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"google-api-core>=1.31.5,<3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"kfp>=2.6.0,<=2.6.0",
"google-cloud-aiplatform>=1.14.0,<2",
"Jinja2==3.1.2",
"Jinja2>=3.1.2,<4",
],
project_urls={
"User Documentation": "https://cloud.google.com/vertex-ai/docs/pipelines/components-introduction",
Expand Down

0 comments on commit 3f0fc06

Please sign in to comment.