Katie Nguyen and GitHub
0a082b4c07
fix: update links to official notebook ( #2647 )
2024-01-25 17:39:03 +00:00
Lav Rai and GitHub
ad947ea952
Add AutoGluon notebook. ( #2649 )
2024-01-25 17:38:17 +00:00
dstnluong-google and GitHub
7d7db7d2d7
Separate hp tuning from llama notebook. ( #2641 )
...
* Separate notebook
* lint
* add codeowners
* Remove unused import
* Merge with pipeline addition.
* Remove prediction from hptuning nb.
2024-01-24 22:27:05 +00:00
Erick De Santiago Anaya and GitHub
884d649434
Update model_garden_video_object_tracking_serve.ipynb ( #2646 )
...
The model it's expecting a number instead of a boolean value
2024-01-24 20:52:40 +00:00
61789574c0
feat: Document how to get predictions from tuned 1P and 3P models. ( #2642 )
...
1P models should use Online or Batch Prediction. 3P models should use the Bulk Inference pipeline.
Co-authored-by: Ryan Latture <latture@google.com >
2024-01-24 20:51:02 +00:00
Matthew Tang and GitHub
0ea0c04195
[Vertex AI SDK] Add custom serializer args for bigframes tensorflow ( #2633 )
...
* Add custom serializer args for bigframes tensorflow
* Add custom serializer args for remote prediction
2024-01-24 20:47:02 +00:00
Katie Nguyen and GitHub
556cbe7049
fix: update API call in triton client ( #2644 )
2024-01-24 20:45:48 +00:00
jismailyan-google and GitHub
b695dc7631
Move and update pipeline finetuning section. ( #2640 )
...
* Add a section documenting the one-click finetuning
button in the Model Card UI.
The section explains how to use the button,
what the pipeline does and some troubleshooting
tips.
* Edit one-click finetuning instructions for clarity
and syntax.
* Correct 'Tensorboard' to 'TensorBoard'
* Updated finetuning pipeline instructions to
include steps on launching the pipeline via the
Vertex SDK.
* Added more parameters to the pipeline command
example. Moved the section down.
* Remove unintentional character interpolation
* Removed changes
* Undo formatting
* Remove old version of finetuning pipeline section
* Only allow huggingface datasets with the
finetuning pipeline.
* Fix linter issues
2024-01-23 18:43:35 +00:00
f8f2f35920
chore(deps): bump pillow ( #2639 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 18:42:07 +00:00
3c6198f8bc
chore(deps): bump pillow ( #2638 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 18:41:39 +00:00
3ed1f26dab
chore(deps): bump pillow ( #2637 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 18:41:09 +00:00
3507602da1
feat: add llava 1.5 docker and notebook. ( #2636 )
...
Co-authored-by: Pooya Moradi <pooyam@google.com >
2024-01-23 18:40:22 +00:00
Amy Wu and GitHub
0cae18cfba
feat: Add Ray on Vertex AI cluster management sample ( #2634 )
...
* feat: Add Ray on Vertex cluster management sample
* fix: lint
* fix: vpc
* fix: python version
* fix: scale up
* fix: lint
* fix: clean up
* fix: update notebook
* fix: docs
* fix: docs
* fix: links
2024-01-23 18:25:25 +00:00
Aiden010200 and GitHub
e735195230
Upload examples of kfp v2 ( #2627 )
2024-01-18 19:08:49 +00:00
Kathy Yu and GitHub
c8f95d2121
Update Mixtral vLLM container and support OpenAI vLLM server. ( #2630 )
2024-01-18 19:06:48 +00:00
Huguens Jean and GitHub
b679b3d72d
Added individual download links for mipnerf360 dataset. ( #2631 )
2024-01-18 19:06:04 +00:00
joiceye and GitHub
c52ce038f6
notebook for stable video diffusion img2vid xt ( #2626 )
2024-01-15 15:15:18 +00:00
35f42fd9fc
fix: Update RLHF large_model_reference to match text. ( #2625 )
...
Co-authored-by: Ryan Latture <latture@google.com >
2024-01-15 15:13:09 +00:00
jismailyan-google and GitHub
252093ddf3
Add Fine-tuning Pipeline button instructions to Llama2 PEFT notebook ( #2621 )
...
* Add a section documenting the one-click finetuning
button in the Model Card UI.
The section explains how to use the button,
what the pipeline does and some troubleshooting
tips.
* Edit one-click finetuning instructions for clarity
and syntax.
* Correct 'Tensorboard' to 'TensorBoard'
2024-01-12 18:23:03 +00:00
Alicia Williams and GitHub
722a8cfe4c
Update bq_ml_with_vision_translation_nlp.ipynb ( #2624 )
...
Update dataset links
2024-01-11 21:07:21 +00:00
weigary and GitHub
c9d4a27cff
Update the SD notebooks using the new pytorch-diffusers-serve-opt container. ( #2597 )
...
* Update staable-diffusion 1.5 and XL notebooks to deploy with default GPU as L4, instead of A100.
* Update the SD notebooks using the new container.
* Delete notebooks/community/model_garden/model_garden_pytorch_stable_diffusion_xl_1_0.ipynb
Resolve the merge conflict.
* Resolve the merge conflict.
2024-01-10 19:57:25 +00:00
Mend Renovate and GitHub
97de848e13
chore(deps): update dependency flake8 to v7 ( #2612 )
2024-01-10 15:33:50 +00:00
Mend Renovate and GitHub
dea762c54a
chore(deps): update dependency black to v23.12.1 ( #2608 )
2024-01-10 15:33:04 +00:00
Mend Renovate and GitHub
e8ed4c3fd9
chore(deps): update actions/setup-python action to v5 ( #2569 )
2024-01-10 15:21:37 +00:00
Katie Nguyen and GitHub
00b4598734
fix: lowercase hyperparameter tuning ( #2616 )
2024-01-10 15:06:00 +00:00
Katie Nguyen and GitHub
f5ccb578f4
fix: lowercase custom training ( #2617 )
2024-01-10 15:05:20 +00:00
Katie Nguyen and GitHub
cacbdbcf93
fix: lowercase maintenance ( #2618 )
2024-01-10 15:04:33 +00:00
Katie Nguyen and GitHub
7737a98ec9
fix: lowercase hyperparameter tuning within text cells ( #2619 )
2024-01-10 15:03:51 +00:00
Ivan Nardini and GitHub
745bd03644
feat: adding Vertex AI Deployer notebook ( #2613 )
...
* adding vertexai deployer notebook
* linter test passed
* adding codeowners
* eric review
* linter test passed
2024-01-10 15:02:36 +00:00
Huguens Jean and GitHub
c502dee709
Adding Pytorch-ZipNeRF notebook to Vertex AI samples model garden. ( #2615 )
...
* Adding Pytorch-ZipNeRF notebook to Vertex AI samples model garden.
* Format and lint Pytorch-ZipNeRF notebook.
2024-01-08 18:56:16 +00:00
KCFindstr and GitHub
a1e0012df0
Add #ModelGarden Wizard LM notebook ( #2614 )
2024-01-08 18:54:46 +00:00
Douglass Chen and GitHub
9f6f46d56e
Fix ready_to_go text classification pipeline notebook ( #2609 )
...
* Code fix, specify that old version of components library must be used
* reformat
* fix workbench url
2024-01-08 18:52:54 +00:00
Katie Nguyen and GitHub
f90d4f59c0
fix: lowercase distributed training ( #2606 )
2023-12-22 02:25:43 +00:00
Katie Nguyen and GitHub
3e31d830c6
fix: lowercase batch prediction ( #2605 )
2023-12-21 23:36:18 +00:00
Katie Nguyen and GitHub
c0607f46ba
fix: update name to cloud profiler ( #2604 )
2023-12-21 21:39:09 +00:00
Katie Nguyen and GitHub
b67cccb91a
fix: update video workbook title ( #2602 )
2023-12-21 13:15:14 +00:00
Katie Nguyen and GitHub
70db60129a
fix: update workbook title ( #2601 )
2023-12-20 22:23:48 +00:00
Kathy Yu and GitHub
a185e106e0
Switch API for launching evaluation jobs and make bug fixes. ( #2598 )
...
* Switch API for launching evaluation jobs and make bug fixes.
* Fix linter issues.
2023-12-19 14:15:54 +00:00
dstnluong-google and GitHub
38a1367fb8
Fix typos in Vicuna and Openllam Notebook. ( #2594 )
2023-12-15 19:50:53 +00:00
KCFindstr and GitHub
f991f868d2
Add #ModelGarden wizard coder notebook. ( #2595 )
2023-12-15 19:49:56 +00:00
Eric Dong and GitHub
813547b8fd
fix: bad link to PaLM ( #2596 )
2023-12-15 16:06:41 +00:00
Kathy Yu and GitHub
6cac1b2456
Add Mixtral 8x7B to Mistral notebook. ( #2584 )
2023-12-14 19:49:24 +00:00
Mend Renovate and GitHub
f23cade8a6
chore(deps): update dependency isort to v5.13.2 ( #2576 )
2023-12-14 15:33:40 +00:00
Mend Renovate and GitHub
45520e9c06
chore(deps): update dependency nbqa to v1.7.1 ( #2549 )
2023-12-14 15:32:58 +00:00
Mend Renovate and GitHub
903c964487
chore(deps): update dependency black to v23.12.0 ( #2470 )
2023-12-14 15:32:16 +00:00
Mend Renovate and GitHub
a3bb4afe06
chore(deps): update python docker tag to v3.12 ( #2315 )
2023-12-14 15:14:09 +00:00
f242e348c4
Document RLHF and inference pipelines support chat-bison@001. ( #2577 )
...
This adds `chat-bison@001` to the table of supported models and documents chat dataset formats for relevant input parameters.
Co-authored-by: Ryan Latture <latture@google.com >
2023-12-13 21:54:45 +00:00
weigary and GitHub
8d47ab03c7
Add a new notebook for sdxl LCM ( #2582 )
...
* Add SDXL-turbo as a separate section in the SDXL notebook.
* Add SDXL-turbo as a separate section in the SDXL notebook.
* Add a new notebook for sdxl LCM
2023-12-13 21:50:35 +00:00
e8b86f503f
Use open source detectron2 docker. ( #2583 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-12-13 21:48:35 +00:00
dstnluong-google and GitHub
9449785b20
Switch TFvisio docker URIs to use vertex-ai ( #2280 )
2023-12-13 21:47:41 +00:00