Aaron Dietz and GitHub
362a4cd5be
Update automl_image_classification_batch_prediction.ipynb
...
This notebook was throwing "invalid JSON" errors when users were opening it in Colab, etc.
The problem was introduced in https://github.com/GoogleCloudPlatform/vertex-ai-samples/pull/2866 when I didn't close a text cell line properly.
2024-04-22 10:16:32 -07:00
Kathy Yu and GitHub
00d8f83630
Update embedded model card link for Llama 3 deployment notebook. ( #2890 )
2024-04-20 23:42:24 +00:00
eliasecchig and GitHub
03efaadb87
Update README.md ( #2888 )
2024-04-19 15:45:07 +00:00
qijing93 and GitHub
b70be17865
chore: Splitting legacy Feature Store colabs to a separate folder. ( #2887 )
2024-04-19 12:41:34 +00:00
Huguens Jean and GitHub
badf6f4a61
Update codellamma nclc deployment and evaluation notebooks. ( #2886 )
2024-04-19 12:40:10 +00:00
weigary and GitHub
f5e3bfa727
Switch mediapipe-train docker container from vertex-ai-restricted to vertex-ai, in the mediapipe-train notebooks. ( #2885 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Create a notebook to demonstrate dreambooth LoRA finetune for SD-XL model.
* minor updates
* add to the codeowner list.
* merge conflict.
* minor fix to the Gradio UI workshop notebook.
* Some minor updates to the SD2.1 deployment notebook.
* Minor update the `sd-xl` deployment notebook, based on the QA feedback.
* Add a few community models to the Gradio workshop.
* Switch `mediapipe-train` docker container from `vertex-ai-restricted` to `vertex-ai`, in the `mediapipe-train` notebooks.
2024-04-18 17:24:01 +00:00
Kathy Yu and GitHub
998ca068a7
Add Llama3 deployment notebook. ( #2884 )
...
* Add Llama3 deployment notebook.
* Add to codeowners.
2024-04-18 16:35:28 +00:00
weigary and GitHub
89c040bc24
Add a few community models to the Gradio workshop. ( #2883 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Create a notebook to demonstrate dreambooth LoRA finetune for SD-XL model.
* minor updates
* add to the codeowner list.
* merge conflict.
* minor fix to the Gradio UI workshop notebook.
* Some minor updates to the SD2.1 deployment notebook.
* Minor update the `sd-xl` deployment notebook, based on the QA feedback.
* Add a few community models to the Gradio workshop.
2024-04-18 12:48:16 +00:00
e072753032
Rov-open-colab-enterprise ( #2879 )
...
* Update get_started_with_pytorch_rov.ipynb
This is a test
* Added "Open in Colab Enterprise" link and made other edits
* Update ray_cluster_management.ipynb
---------
Co-authored-by: Katie Nguyen <21978337+katiemn@users.noreply.github.com >
2024-04-17 14:53:36 +00:00
dstnluong-google and GitHub
b9147f6dfe
Collapse last cell ( #2882 )
...
* Collapse last cell
* Lint
2024-04-16 20:42:14 +00:00
Mend Renovate and GitHub
0d8482f17f
Update dependency black to v24.4.0 ( #2881 )
2024-04-15 17:45:11 +00:00
e4abe986b1
Fix region for sdk streaming ( #2878 )
...
* add Claude 3 Opus model
* fix lint
* fix vertexai bug
* update region for streaming sdk call
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-11 20:28:18 +00:00
92804a7fac
Fix vertexai bug on Claude 3 Opus ( #2877 )
...
* add Claude 3 Opus model
* fix lint
* fix vertexai bug
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-11 19:14:54 +00:00
513fef82dc
Add Claude 3 Opus model ( #2871 )
...
* add Claude 3 Opus model
* fix lint
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-11 18:17:51 +00:00
Tianrui Yang and GitHub
3f94a50a7d
Update FeatureStore embedding notebook to use vertex SDK preview. ( #2854 )
...
* Update FeatureStore embedding notebook to use vertex SDK preview.
* Fix format issue.
* Comment deleting transfer config code
* Add Credentialed Accounts
ACTIVE ACCOUNT
* 141951627079-compute@developer.gserviceaccount.com to debug permission issue
* Fix bigquery transfer run issue.
2024-04-11 03:55:14 +00:00
dstnluong-google and GitHub
db83e3f2d2
Fix typos in quantization notebook ( #2875 )
2024-04-10 21:28:16 +00:00
xcchen1 and GitHub
9f896a2138
Update notebooks to no-code/low-code ( #2874 )
2024-04-10 03:46:16 +00:00
Aaron Dietz and GitHub
15546cc1c0
Remove inaccurate description about length of training time automl_image_classification_batch_prediction.ipynb ( #2866 )
2024-04-10 03:45:46 +00:00
ee88765444
Tpuv5e llama2 briankang robv ( #2853 )
...
* Initial commit of a Llama2 TPUv5e LoRA example
* Addressing issue of job failing at the end by adding sys.exit(0) after all steps complete
* Adding Llama2 LoRA tuning on TPUv5e notebook
* Create /tmp/modelfiles folder for downloading model files during training
* Updated to use gcloud storage instead of gsutil
* Removed step to clear folder in bucket, since that causes failure
* Added serving/deployment section.
* Fixed linting errors
* Default to 8 chip tuning for quota issue on automated tests
* Defaulting back to 16 chip fine-tuning and epochs to 200
* Set Accelerate library to 0.28.0, as newer version break TPU support
* Updated upload of tuned model files to happen for all workers - to avoid timeout errors
* Temp remove active endpoint, then retest
* Updating docker container to python 3.10
* Added wait to prevent job delete step happening too early
* Lint issue and remove temporary endpoint delete
* Lint issue
* Add 15 minute wait while model is setup on the endpoint, and readd temp delete of endpoint
* Make 15 minute wait optional and remove temporary endpoint delete
* Remove GCS path to model garden model for final commit
---------
Co-authored-by: Rob Vogelbacher <robv@google.com >
2024-04-10 03:45:10 +00:00
fbb27557e8
Fix CodeGemma model ID ( #2873 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-04-09 15:23:17 +00:00
6980995572
Fix CodeGemma notebook ( #2872 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-04-09 12:31:10 +00:00
Aaron Dietz and GitHub
217a774182
Fixed formatting of the "open in" table ( #2870 )
2024-04-09 03:49:05 +00:00
Huy Ngo and GitHub
de9350d695
Revert "add Claude 3 Opus model ( #2855 )" ( #2869 )
...
This reverts commit 106e34781c .
2024-04-09 02:32:21 +00:00
106e34781c
add Claude 3 Opus model ( #2855 )
...
* add Claude 3 Opus model
* fix lint
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-09 00:36:17 +00:00
xcchen1 and GitHub
692d4adc5d
No-code/low-code notebooks: update notebook links ( #2867 )
2024-04-09 00:20:01 +00:00
2f243ddc54
Add CodeGemma ( #2868 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-04-09 00:18:33 +00:00
yexing111 and GitHub
9bdeed5c4a
Update FS optimized serving GA colab ( #2859 )
...
* Update FS optimized serving GA colab
* Fix import order
* Fix import format
* Fix format
* Fix test issue
* Fix format
* Add way to getFOS&FV for FR/FG
2024-04-08 21:04:08 +00:00
Huguens Jean and GitHub
ea2f4bbe3a
Gemma eval fix ( #2865 )
...
* Fix minor typo in accelerator selection.
* Fix minor typo in accelerator selection.
* Update eval dataset to hellaswag.
* Update eval dataset to hellaswag.
2024-04-08 18:50:11 +00:00
geetaarora-google and GitHub
76b7ef1c5e
Added RLHF recommended best practices. ( #2863 )
2024-04-08 18:49:29 +00:00
dstnluong-google and GitHub
69f2b0a900
Minor fix for llama2 quantization. ( #2864 )
...
* Minor fix for llama2 quantization.
* Lint
2024-04-08 17:09:41 +00:00
kittyabs and GitHub
a1035554c7
Fix-table-3 ( #2862 )
...
* Update get_started_with_pytorch_rov.ipynb
This is a test
* Still trying to fix table - so sorry about this.
2024-04-08 17:08:54 +00:00
xcchen1 and GitHub
fc45d4b114
Update notebooks to no-code/low-code ( #2860 )
2024-04-06 14:05:37 +00:00
kittyabs and GitHub
97bff66011
Fix-table ( #2856 )
...
* Update get_started_with_pytorch_rov.ipynb
This is a test
* fix table containing links to notebook samples.
2024-04-05 19:30:29 +00:00
dstnluong-google and GitHub
4f98b604c3
Rewrite Gemma deployment notebook to be LC/NC ( #2850 )
...
* Rewrite Gemma deployment to be LC/NC
* Lint
* Lint
2024-04-05 19:29:24 +00:00
Huy Ngo and GitHub
848cecb1b0
Revert "Add Claude 3 Opus model ( #2847 )" ( #2849 )
...
This reverts commit 19e95b90c7 .
2024-04-04 20:22:49 +00:00
4b20f9a25b
feat: Update supported models table in RLHF notebooks. ( #2841 )
...
* feat: Update supported models table in RLHF notebooks.
* feat: Update image that shows how to locate output_model_path.
* feat: Update name of deploy model component.
---------
Co-authored-by: Ryan Latture <latture@google.com >
2024-04-04 19:58:51 +00:00
19e95b90c7
Add Claude 3 Opus model ( #2847 )
...
* Add Colab on how to use Claude 3 models on Vertex AI
* Add Colab on how to use Claude 3 models on Vertex AI
* add codeowner
* lint
* update model version
* update stream sdk to have more readable response
* add colab for claude 3
* lint
* update CODEOWNERS and file name
* remove claude 3 colab from model_garden folder
* update CODEOWNERS
* format
* fix intergration test failed
* fix markdown not showing up
* fix markdown not showing up
* update pip command
* update install command
* update restart kernel command
* fix restart kernel command
* clear cell output
* update select region command
* raise error if user doesn't update project_id
* update ordering and add preview image section
* update ordering and add preview image section
* fix httpx package not install
* fix httpx package not install
* fix httpx package not install
* fix lint
* add claude 3 opus model
* fix lint
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-04 19:56:03 +00:00
c565eb9f4b
Update colab order and add preview image section ( #2789 )
...
* Add Colab on how to use Claude 3 models on Vertex AI
* Add Colab on how to use Claude 3 models on Vertex AI
* add codeowner
* lint
* update model version
* update stream sdk to have more readable response
* add colab for claude 3
* lint
* update CODEOWNERS and file name
* remove claude 3 colab from model_garden folder
* update CODEOWNERS
* format
* fix intergration test failed
* fix markdown not showing up
* fix markdown not showing up
* update pip command
* update install command
* update restart kernel command
* fix restart kernel command
* clear cell output
* update select region command
* raise error if user doesn't update project_id
* update ordering and add preview image section
* update ordering and add preview image section
* fix httpx package not install
* fix httpx package not install
* fix httpx package not install
* fix lint
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-04-04 12:50:18 +00:00
dstnluong-google and GitHub
2f5eef2c17
Add region check for llama2 deployment notebook. ( #2843 )
...
* Add region check for LLaMA2 deployment notebook.
* Lint
2024-04-04 12:48:48 +00:00
dstnluong-google and GitHub
d5b1b83d9a
Remove text moderation from llama2 quantization notebook ( #2844 )
...
* Remove text moderation for LLaMA2 quantization notebook.
* Lint
2024-04-04 12:48:07 +00:00
weigary and GitHub
4bcdc034bb
Update all the diffusion-serve containder URI to 20240403_0836_RC00 which includes the latest optimizations to the diffusion models. ( #2845 )
...
* Some minor updates to the SD-XL model deployment notebook, based on the QA feedback.
* Updates to the `sd-xl-dreambooth-lora-finetune` notebook based on feedback.
* [Stable diffusion gradio] Add a few pre defined styles to the workshop, also some minor UX improvement.
* Update all the diffusion-serve containder URI to 20240403_0836_RC00 which includes the latest optimizations to the diffusion models.
2024-04-04 12:47:24 +00:00
xcchen1 and GitHub
03ec89d3d4
Update notebooks to no-code/low-code ( #2842 )
2024-04-03 20:54:48 +00:00
f3d8051df4
Bump pillow ( #2839 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.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.2.0...10.3.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-04-03 20:53:42 +00:00
4292d97dc6
Bump pillow ( #2840 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.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.2.0...10.3.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-04-03 20:52:57 +00:00
e557dcd3df
Bump pillow ( #2838 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.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.2.0...10.3.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-04-03 20:52:12 +00:00
27e5b007be
Bump pillow ( #2837 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.2.0 to 10.3.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.2.0...10.3.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-04-03 20:51:21 +00:00
siping-hu and GitHub
72ebccd341
Update autosxs_llm_evaluation_for_summarization_task.ipynb ( #2836 )
...
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
Quick fix for the xsum dataset description and citation.
* fix lint error
2024-04-03 13:46:56 +00:00
kittyabs and GitHub
09e44f8661
Ray on vertex ai ( #2827 )
...
* Made numerous edits. Code not impacted
* removed empty cell
* delete empty cell
2024-04-03 02:28:07 +00:00
weigary and GitHub
1c12789805
[Stable diffusion gradio] Add a few pre defined styles to the workshop, also some minor UX improvement. ( #2835 )
...
* Some minor updates to the SD-XL model deployment notebook, based on the QA feedback.
* Updates to the `sd-xl-dreambooth-lora-finetune` notebook based on feedback.
* [Stable diffusion gradio] Add a few pre defined styles to the workshop, also some minor UX improvement.
2024-04-03 02:27:00 +00:00
Michael Hu and GitHub
55323b74da
Update AutoSxS notebooks to use latest package release ( #2832 )
...
* Update AutoSxS notebooks to use latest package release
* apply elijah's review comments
* remove force reinstall to avoid errors
2024-04-03 02:24:17 +00:00
14c927400a
feat: Tune llama-2-7b with RLHF. ( #2834 )
...
Co-authored-by: Ryan Latture <latture@google.com >
2024-04-03 02:23:26 +00:00
lee1premium and GitHub
fff3ac1838
feat: Elastic Text-Embedding Model demo. ( #2829 )
...
* feat: Elastic Text-Embedding Model demo.
* feat: Elastic Text-Embedding Model demo.
2024-04-03 02:22:24 +00:00
xcchen1 and GitHub
f5eab96c13
Update notebooks to no-code/low-code ( #2831 )
2024-04-02 20:01:32 +00:00
KCFindstr and GitHub
fde0abd9f6
Fix malformed Colab URLs in model garden notebooks ( #2830 )
...
* Fix malformed Colab URL in llama2 peft finetuning and HPT notebooks
* Fix Gemma PEFT finetuning notebook URL
2024-04-02 19:59:03 +00:00
32a75b15fe
feat: Update RLHF parameter documentation. Document how to access real-time TB metrics. ( #2819 )
...
Co-authored-by: Ryan Latture <latture@google.com >
2024-04-01 20:14:44 +00:00
lee1premium and GitHub
eb8ae3d01b
feat: Elastic Text-Embedding Model demo. ( #2824 )
...
* feat: Elastic Text-Embedding Model demo.
* feat: Elastic Text-Embedding Model demo.
2024-04-01 13:12:34 +00:00
KCFindstr and GitHub
6110aa2b13
Update Llama2 PEFT finetuning notebook to low-code version and minor fixes to HPT notebook ( #2825 )
2024-03-29 23:28:32 +00:00
Eric Dong and GitHub
22435976d9
chore: Update template ( #2821 )
2024-03-29 21:41:07 +00:00
xcchen1 and GitHub
f279973cb7
Update notebooks to no-code/low-code ( #2823 )
2024-03-29 19:50:01 +00:00
weigary and GitHub
eace0e9884
Some minor updates to the SD-XL model deployment notebook, based on the QA feedback. ( #2820 )
...
* Some minor updates to the SD-XL model deployment notebook, based on the QA feedback.
* Updates to the `sd-xl-dreambooth-lora-finetune` notebook based on feedback.
2024-03-29 19:48:44 +00:00
Lav Rai and GitHub
ed16b60537
Add low-code notebooks. ( #2818 )
2024-03-28 17:00:25 +00:00
KCFindstr and GitHub
5d5bbd072e
Update Model Garden Llama2 HPT notebook to low-code version ( #2817 )
...
* Update Model Garden Llama2 HPT notebook to low-code version.
* Update resource clean up section
2024-03-28 12:43:44 +00:00
weigary and GitHub
5587d41f08
Some minor updates to the SD2.1 deployment notebook. ( #2816 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Create a notebook to demonstrate dreambooth LoRA finetune for SD-XL model.
* minor updates
* add to the codeowner list.
* merge conflict.
* minor fix to the Gradio UI workshop notebook.
* Some minor updates to the SD2.1 deployment notebook.
2024-03-28 12:42:06 +00:00
weigary and GitHub
54114468fd
some minor updates to the sd-gradio notebook. ( #2815 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Create a notebook to demonstrate dreambooth LoRA finetune for SD-XL model.
* minor updates
* add to the codeowner list.
* merge conflict.
* minor fix to the Gradio UI workshop notebook.
2024-03-27 20:49:14 +00:00
Eric Dong and GitHub
8a38619827
feat: update notebook template ( #2801 )
...
* feat: update notebook template
* address linter errors
* Change a few TODOs
* Add Colab link
* Update the open links
* Address review comments
* Address review comments
2024-03-27 14:02:54 +00:00
kittyabs and GitHub
9b3f4f07db
added link to Colab Enteriprise. ( #2812 )
2024-03-27 00:50:11 +00:00
lee1premium and GitHub
beb53f6ce8
feat: Elastic Text-Embedding demo. ( #2811 )
...
* feat: Elastic Text-Embedding demo.
* feat: Elastic Text-Embedding demo.
2024-03-27 00:49:42 +00:00
Huguens Jean and GitHub
0ef5bee2ce
Add Falcon Instruct evaluation notebook. ( #2808 )
2024-03-26 18:46:35 +00:00
Huguens Jean and GitHub
3d21fc16e1
Add Falcon Instruct finetuning notebook. ( #2807 )
2024-03-26 18:46:11 +00:00
Huguens Jean and GitHub
84ee7fd53c
Add Gemma evaluation notebook. ( #2806 )
2024-03-26 18:45:24 +00:00
Huguens Jean and GitHub
15ddb011d2
Add Falcon Instruct quantization notebook. ( #2805 )
2024-03-26 18:44:32 +00:00
Huguens Jean and GitHub
4a8e69f8c8
Add Falcon Instruct deployment notebook. ( #2804 )
2024-03-26 18:43:36 +00:00
Mend Renovate and GitHub
5590037281
chore(deps): update dependency nbqa to v1.8.5 ( #2810 )
2024-03-26 14:54:10 +00:00
Huguens Jean and GitHub
e911c8e098
Add CodeLLama evaluation notebook. ( #2803 )
2024-03-26 14:53:49 +00:00
Huguens Jean and GitHub
ab5d97607d
Update CodeLLama notebook to low-code/no-code without evaluation section. ( #2802 )
2024-03-26 14:52:49 +00:00
Mend Renovate and GitHub
5124590d5f
chore(deps): update dependency pyupgrade to v3.15.2 ( #2798 )
2024-03-25 20:25:09 +00:00
Kathy Yu and GitHub
b37ed6e53c
Update docker link for pic2word serving. ( #2797 )
2024-03-22 20:42:55 +00:00
Amy and GitHub
2bb39a0e10
moving some data from personal bucket to 'cloud-samples-data' bucket ( #2794 )
2024-03-22 20:42:25 +00:00
weigary and GitHub
17369c223f
Some minor changes to the sd2.1 and sdxl notebooks. ( #2795 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
* Some minor changes to the stable diffusion 2.1 and sd-xl notebooks.
* some additional minor fixes.
* additional fixes.
* Fix the minor bug associated with "bucket_name".
* Minor fixes for "BUCKET_NAME" for sd2_1 and sdxl deployment notebooks.
2024-03-22 20:41:50 +00:00
zhangxiaotian and GitHub
d76246d39b
feat: add curl colab for video warehouse ( #2793 )
2024-03-21 20:58:46 +00:00
weigary and GitHub
0a48635251
Rewrite the SD2.1 dreambooth finetune notebook. ( #2792 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
* Rewrite the SD2.1 dreambooth finetune notebook.
* Add code owners.
2024-03-21 17:07:00 +00:00
weigary and GitHub
5976895d8d
Update the serving docker image to include the latest changes. ( #2791 )
...
* Update the serving docker image to include the latest changes.
* Update the image version to 20240320_0836_RC00
2024-03-21 17:05:12 +00:00
Huguens Jean and GitHub
cb75558e68
Update CamP ZipNeRF notebook with low-code/no-code version. ( #2790 )
...
* Update CamP ZipNeRF notebook with low-code/no-code version.
* Update CamP ZipNeRF notebook with low-code/no-code version.
* Update CamP ZipNeRF notebook with low-code/no-code version.
2024-03-21 15:17:09 +00:00
weigary and GitHub
7b06a04e19
Rewrite the stable diffusion 2.1 notebook: step #1 deployment. ( #2788 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Rewrite the stable diffusion 2.1 notebook: step #1 deployment.
2024-03-21 15:15:38 +00:00
weigary and GitHub
e2e78c9613
Add additional document regarding the list of supported models, and some UI enhancement. ( #2787 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
* Add additional document regarding the list of supported models, and some UI enhancement.
* Minor update to the hyperlink.
2024-03-21 15:13:49 +00:00
Kathy Yu and GitHub
3574f8877a
Update config and add Mistral v0.2 in Mistral/Mixtral notebook. ( #2786 )
2024-03-19 18:39:02 +00:00
Durian Yogurt and GitHub
63b77e57aa
Fix filename bug by appending suffix directly when a video doesn't have an extension ( #2785 )
...
* Append suffix directly when video doesn't have an extension
* retrigger checks
2024-03-19 18:38:13 +00:00
cc8aac7220
Add Claude 3 models colab ( #2777 )
...
* Add Colab on how to use Claude 3 models on Vertex AI
* Add Colab on how to use Claude 3 models on Vertex AI
* add codeowner
* lint
* update model version
* update stream sdk to have more readable response
* add colab for claude 3
* lint
* update CODEOWNERS and file name
* remove claude 3 colab from model_garden folder
* update CODEOWNERS
* format
* fix intergration test failed
* fix markdown not showing up
* fix markdown not showing up
* update pip command
* update install command
* update restart kernel command
* fix restart kernel command
* clear cell output
* update select region command
---------
Co-authored-by: Huy Ngo <huyngo@google.com >
2024-03-19 16:25:35 +00:00
Brian Kang and GitHub
c7e2818829
Briankang tpuv5e gemma2b training ( #2775 )
...
* Publishing fine-tuning Gemma on TPUv5e notebook
* Update codeowners to add new TPUv5e notebook
* Fixed log link formatting, and added note to require Colab pro for converting to HF format
* Reran local pylint
* Updated python version to 3.10.13
* Pylint reran
* Remove python version note and run linter
* Add gcloud components update for automated tests
* Revert 'Add gcloud components update for automated tests'
This reverts commit a3e79d299b
* Added gcloud components update for automated testing
* Rerun linter
* Updates per nb review
* Changed default region to one where TPUv5e exists
* Update match case to if else for python 3.9
2024-03-18 19:42:51 +00:00
Mend Renovate and GitHub
58bfebfabc
chore(deps): update dependency black to v24.3.0 ( #2784 )
2024-03-15 23:22:33 +00:00
weigary and GitHub
9130766757
Add controlnet-canny to the Gradio playground, and some additional UX enhancements. ( #2783 )
...
* Add controlnet-canny to the Gradio playground, and some additional UX enhancement.
* Minor fixes.
* Minor fixes
2024-03-15 23:21:30 +00:00
Eric Dong and GitHub
c5d48c80d8
fix: properly handle python versions ( #2779 )
2024-03-15 17:19:25 +00:00
weigary and GitHub
39466fe5cb
Update the logic of cleaning up the GCS bucket_uri in the sdxl notebook. ( #2778 )
...
* Some minor fixed to the `stable-diffusion-gradio` notebook.
* Fix the deployment error of the `SDXL-REFINER` model in the notebook.
* Removed two unnecessary comments.
* Update the logic of cleaning up the `bucket-uri` in the SDXL deployment notebook.
2024-03-15 12:55:07 +00:00
weigary and GitHub
a40675a7ec
Fix the deployment error of the SDXL-REFINER model in the notebook. ( #2774 )
...
* Some minor fixed to the `stable-diffusion-gradio` notebook.
* Fix the deployment error of the `SDXL-REFINER` model in the notebook.
2024-03-14 18:05:25 +00:00
KCFindstr and GitHub
ffb31f9397
Update the CODEOWNER of Gemma GKE deployment notebook ( #2770 )
2024-03-14 14:10:31 +00:00
xcchen1 and GitHub
42d2878c2f
Update notebooks to no-code/low-code ( #2772 )
...
* Update notebooks to no-code/low-code
* Update notebooks to no-code/low-code
2024-03-14 14:09:43 +00:00
dstnluong-google and GitHub
da46f8aab0
Convert LLaMA2 quantization notebook to low/no code ( #2760 )
...
* low/no code llama2 quantization notebook
* Lint
* lint
* Fix link
* Reduce to 1 section
* Lint
* fix
* Fix
2024-03-11 13:40:02 +00:00
weigary and GitHub
dcc2e916af
Update the serving docker image to include the latest fixes for image-inpainting. ( #2766 )
...
* Add a stable diffusion playground based on Gradio UI.
* Add codeowner.
* Update the serving docker image to include the latest fixes for image-inpainting.
2024-03-11 13:38:57 +00:00
weigary and GitHub
b5f4ddf577
Some minor fixed to the stable-diffusion-gradio notebook. ( #2767 )
2024-03-11 13:38:19 +00:00
Mend Renovate and GitHub
f29b1d785b
chore(deps): update dependency nbqa to v1.8.4 ( #2764 )
2024-03-11 13:36:59 +00:00
ethan-gordon and GitHub
ae01b4c85f
Vertex AI Feature Store Notebook, Feature View Service Agent ( #2752 )
...
* Add files via upload
* Update vertex_ai_feature_store_feature_view_service_agents.ipynb
Update CODEOWNERS
2024-03-09 14:25:41 +00:00
Katie Nguyen and GitHub
eefda026b1
Fix: edit branding errors in variable names ( #2765 )
...
* fix: edit branding errors in variable names
* fix: add model registry variable names
2024-03-08 01:33:54 +00:00
weigary and GitHub
f9608b8ac0
Add a stable diffusion playground based on Gradio UI. ( #2763 )
...
* Add a stable diffusion playground based on Gradio UI.
* Add codeowner.
2024-03-07 16:14:42 +00:00
KCFindstr and GitHub
4dd5bfa621
Fix corrupted vllm.patch file due to merge conflicts not be resolved correctly ( #2761 )
...
* Fix corrupted vllm.patch file due to merge conflicts not be resolved correctly
* Update CODEOWNERS of vllm
2024-03-07 16:13:46 +00:00
KCFindstr and GitHub
5b72579e51
Update Gemma low-code finetuning notebooks ( #2762 )
...
* Update Gemma low-code finetuning notebooks
* Fix invalid params due to the formatter
2024-03-07 16:13:04 +00:00
KCFindstr and GitHub
73122731a9
Update Model Garden vllm serving docker script and dockerfile ( #2758 )
...
* Update vllm serving docker script and dockerfile
* Add vllm to community content CODEOWNERS
* Update vllm serving docker script and dockerfile
* Update vllm serving docker script and dockerfile
2024-03-06 20:47:56 +00:00
dstnluong-google and GitHub
986aaa408f
Set max model len ( #2757 )
...
* switch llama2 deploymente notebook to lowcode version
* add moderate text link and lint
* lint
* Set gpu utilization
* Add --max-num-batched-tokens=4096
* Set max model len
* move prints in function
* lint
* Remove comment
* Fix link
2024-03-06 19:52:01 +00:00
Kathy Yu and GitHub
60810269ad
Update vLLM dockerfile. ( #2759 )
2024-03-06 19:50:50 +00:00
dstnluong-google and GitHub
fedde5da76
Create separate deployment only notebook for SD1.5 ( #2750 )
...
* SD notebook
* lintlint
* codeowners
* number to integer
2024-03-06 19:27:45 +00:00
Mend Renovate and GitHub
613258940e
chore(deps): update dependency nbqa to v1.8.3 ( #2756 )
2024-03-04 15:34:44 +00:00
weigary and GitHub
59a337e3cb
Rewrite the SDXL - vertex serving notebook for the low-code user experience. ( #2753 )
2024-03-01 02:09:42 +00:00
Huguens Jean and GitHub
ea2068bc00
Add camp zipnerf jax implementation to model garden. ( #2754 )
2024-03-01 02:08:28 +00:00
dstnluong-google and GitHub
4e13f317e8
Modify llama2 deployment notebook to be lowcode ( #2755 )
...
* switch llama2 deploymente notebook to lowcode version
* add moderate text link and lint
* lint
2024-03-01 02:07:22 +00:00
jismailyan-google and GitHub
9db64f74a2
refactor: Simplify Pic2Word notebook steps ( #2751 )
...
* refactor: Simplify Pic2Word notebook steps
* fix: linter
* fix: Fix inference issue
2024-02-28 22:05:33 +00:00
Michael Hu and GitHub
b4b20c3995
Make optional section ending more obvious in AutoSxS notebooks ( #2748 )
...
* Make it clear when optional section ends in AutoSxS
* run formatter and linter
* fix component names
* update xsum sample
2024-02-28 22:04:11 +00:00
kittyabs and GitHub
d7a9ea8eed
Edited "Vertex AI: Track artifacts and metrics across Vertex AI Pipelines runs using Vertex ML Metadata. No impact to code ( #2749 )
2024-02-27 21:23:48 +00:00
3fb37b5f35
Fix fvlm dockerfiles. ( #2747 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-02-26 21:46:48 +00:00
kittyabs and GitHub
92c1e27c50
Edited "Tabular Workflow for Forecasting". No impact on code. ( #2726 )
2024-02-26 21:46:15 +00:00
weigary and GitHub
a1695d47d9
Update the docker image version to 20240223_1230_RC00 to fix the image quality issue associated with DPMSolverMultistepScheduler. ( #2744 )
...
* Pin the `pytorch-diffusers-serve-opt` docker image to `20231213_0836_RC00`.
* Update 4 stable diffusion notebooks to use the optimized serving container, including controlnet, instruct-pix2pix, text-to-video, text-to-video-zero-shot.
* Fix linter error.
* Update the docker image version to 20240223_1230_RC00 to fix the image quality issue associated with DPMSolverMultistepScheduler.
2024-02-26 20:29:26 +00:00
Alok Pattani and GitHub
df3e2d4889
Adding EDA with R and BigQuery notebook for update to Cloud Architecture Center guide ( #2745 )
...
* Create test
* Adding updated notebook for EDA with R & BigQuery
* Delete notebooks/community/exploratory_data_analysis/test
* Update CODEOWNERS
2024-02-24 14:07:00 +00:00
kittyabs and GitHub
c1d1e23cd0
Added missing link and made other edits to "Custom training with pre-built Google Cloud Pipeline Components". No impact on code ( #2710 )
...
* Added missing link and made other edits to "Custom training with pre-built Google Cloud Pipeline Components". No impact on code
* Update custom_model_training_and_batch_prediction.ipynb
fixed typo
2024-02-23 20:16:58 +00:00
kittyabs and GitHub
c837c4367d
Vertex-ai-training-typo-3 ( #2742 )
...
* Changed "Vertex AI training" to "Vertex AI Training
* changed "Vertex AI training" to "Vertex AI Training"
2024-02-23 20:13:13 +00:00
kittyabs and GitHub
d4a422da2d
Edit "Using Vertex AI Multimodal Embeddings and Vector Search". Updated links to point to new directory /vector-search/. No impact on code ( #2728 )
2024-02-23 20:11:24 +00:00
weigary and GitHub
78dacd7652
Update 4 stable diffusion notebooks to start using the optimized serving dock image. ( #2727 )
...
* Pin the `pytorch-diffusers-serve-opt` docker image to `20231213_0836_RC00`.
* Update 4 stable diffusion notebooks to use the optimized serving container, including controlnet, instruct-pix2pix, text-to-video, text-to-video-zero-shot.
* Fix linter error.
2024-02-23 18:50:43 +00:00
KCFindstr and GitHub
d558e7d101
Allow selecting accelerator in the #Gemma Vertex finetuning notebook and update the predict section ( #2743 )
2024-02-23 02:03:36 +00:00
Huguens Jean and GitHub
8394c2317d
Update Bytetrack video object tracking notebook with AutoML IOD deployment. ( #2721 )
2024-02-22 22:28:03 +00:00
kittyabs and GitHub
485648c0b1
Edited "Get started with Vertex AI Experiments". Changed "Vertex AP training" to "Vertex AI "Training," and remove back ticks from "Vertex AI Training" in one case where it shouldn't have been. ( #2741 )
2024-02-22 22:25:01 +00:00
kittyabs and GitHub
3d0a0e23e2
Changed "Vertex AI training" to "Vertex AI Training" ( #2740 )
2024-02-22 22:24:37 +00:00
Bo zheng and GitHub
00028dee95
feat: Replace evaluation pipeline with Vertex SDK evaluate function on automl_text_classification_model_evaluation.ipynb ( #2719 )
...
* feat: Replace evaluation pipeline with Vertex SDK evaluate function on automl_text_classification_model_evaluation.ipynb
* Add automl-text-classification-evaluation-image
* Manually change notebook to test lint locally
* Format lint
2024-02-22 21:27:50 +00:00
kittyabs and GitHub
afb501a116
Changed "Vertex AI training" to "Vertex AI Training ( #2739 )
2024-02-22 21:25:39 +00:00
KCFindstr and GitHub
56924aa804
Update ModelGarden Gemma finetuning and delpoyment notebooks on Vertex ( #2738 )
2024-02-22 18:34:53 +00:00
dstnluong-google and GitHub
839cc67a5a
Add 3 SD 1.5 finetuning notebooks. ( #2724 )
...
* Add 3 SD 1.5 finetuning notebooks.
* Lint
2024-02-22 18:24:40 +00:00
kittyabs and GitHub
3eb9c4af53
Edited "Vertex AI: Create, train, and deploy an AutoML text classification model" Updated URLS. ( #2725 )
2024-02-22 17:53:51 +00:00
kittyabs and GitHub
34d941c52c
Made edits to "Vertex AI SDK for Python: AutoML Tabular training and prediction". No impact on code ( #2722 )
2024-02-22 17:53:20 +00:00
kittyabs and GitHub
1da787a325
Edited "Using Vertex AI Vector Search for StackOverflow Questions." Updated links to avoid redirects. Fixed one link that was due to a failed redirect and yielded a 404. No impact on code ( #2729 )
2024-02-22 17:52:55 +00:00
kittyabs and GitHub
55dcba8883
Edited "Using Vertex AI Vector Search and Vertex AI embeddings for text for StackOverflow Questions" Fixed one URL to remove redirect. ( #2734 )
2024-02-22 17:52:37 +00:00
kittyabs and GitHub
5b3492f3ab
Edited "Create Vertex AI Vector Search index". Updated a URL to avoid a redirect. No impact on code ( #2735 )
2024-02-22 17:52:08 +00:00
kittyabs and GitHub
452a270a4e
Changed "Vertex AI training" to "Vertex AI Training" ( #2737 )
2024-02-22 17:51:18 +00:00
Kathy Yu and GitHub
97a677c08d
Update Gemma deployment and finetuning notebook descriptions. ( #2733 )
2024-02-21 14:11:52 +00:00
Laurent Picard and GitHub
8e7e5138a7
Add Gemma KerasNLP finetuning Vertex AI deployment notebook ( #2732 )
2024-02-21 13:49:04 +00:00
kittyabs and GitHub
6cd96394f7
Made edits to "Get started with Vertex AI Experiments. Updated URL to point to new location of doc. Code not impacted. ( #2697 )
2024-02-21 13:19:22 +00:00
KCFindstr and GitHub
dd75908741
Add #ModelGarden Gemma finetuning and deployment notebooks ( #2730 )
2024-02-21 04:11:51 +00:00
KCFindstr and GitHub
9b72294cf1
Add mistral and mixtral model fine-tuning notebooks ( #2716 )
2024-02-20 15:18:57 +00:00
Huguens Jean and GitHub
1439a364e0
Unify the model name as MODEL_ID in related containers and notebooks. ( #2720 )
2024-02-20 15:17:32 +00:00
Mend Renovate and GitHub
4b2724ccbe
chore(deps): update dependency pyupgrade to v3.15.1 ( #2718 )
2024-02-20 15:15:49 +00:00
Kelsi Lakey and GitHub
ddf3d1c73b
Fix errors in get_started_with_vertex_experiments.ipynb ( #2717 )
...
* Update get_started_with_vertex_experiments.ipynb
Fix several errors preventing notebook from being run out of the box, namely the custom job container image.
* Update get_started_with_vertex_experiments.ipynb
* Update get_started_with_vertex_experiments.ipynb
* Update get_started_with_vertex_experiments.ipynb
* Update get_started_with_vertex_experiments.ipynb
* Update CODEOWNERS
* Update get_started_with_vertex_experiments.ipynb
2024-02-20 15:15:12 +00:00
weigary and GitHub
8d9e2cecf9
Update the stable-diffusion-upscaler notebook to use the optimized serving containder. ( #2714 )
...
* Update the link of how to request TPU v5e quota in the notebook.
* Create a notebook to demonstrate how to load a thrid-party stable diffusion model, on Vertex AI for online prediction.
* Add codeowner.
* add code owner.
* Make stable_diffusion_xl_turbo a separate notebook.
* Update the `stable-diffusion-upscaler` notebook to use the optimized serving containder.
2024-02-20 15:14:00 +00:00
Kavitha Rajendran and GitHub
1ad4c0331f
Detect anomalies in Cloud Audit Logs using BQML models ( #2709 )
...
* Adding a notebook to detect anomalies in Cloud Audit Logs with BQML models
* cleaned up version
* incorporated review comments
2024-02-17 15:14:43 +00:00
Ivan Nardini and GitHub
cb2b1a19c3
feat: ray on vertex - torch sample ( #2711 )
...
* add rov torch sample
* update codeowners
* add gericdong review
* linter passed
2024-02-17 15:07:22 +00:00
weigary and GitHub
6fb5c2ea04
Make stable_diffusion_xl_turbo a separate notebook. ( #2713 )
...
* Update the link of how to request TPU v5e quota in the notebook.
* Create a notebook to demonstrate how to load a thrid-party stable diffusion model, on Vertex AI for online prediction.
* Add codeowner.
* add code owner.
* Make stable_diffusion_xl_turbo a separate notebook.
2024-02-16 21:04:49 +00:00
weigary and GitHub
ddcd08fb0b
Create a notebook to demonstrate how to load a thrid-party stable diffusion model, on Vertex AI for online prediction. ( #2708 )
...
* Update the link of how to request TPU v5e quota in the notebook.
* Create a notebook to demonstrate how to load a thrid-party stable diffusion model, on Vertex AI for online prediction.
* Add codeowner.
* add code owner.
2024-02-16 14:53:41 +00:00
dstnluong-google and GitHub
f272ca4796
Update quantization docker for LLaMA2 ( #2707 )
2024-02-16 01:21:17 +00:00
Aiden010200 and GitHub
df9192d0c2
Upload batch prediction job sample ( #2705 )
...
* Upload examples of kfp v2
* Upload run experiment example.
* Upload batch prediction job sample.
2024-02-16 01:20:36 +00:00
kittyabs and GitHub
23b90796ea
Made edits to "Vertex AI Pipelines: pipeline control structures using the KFP SDK," which includes updated the KFP URL and adding a missing URL to "Enable the Vertex AI API". No impact to code. ( #2706 )
2024-02-14 16:55:02 +00:00
Mend Renovate and GitHub
c03b43b79b
chore(deps): update dependency black to v24.2.0 ( #2702 )
2024-02-14 16:54:07 +00:00
kittyabs and GitHub
731b456c2f
Edited "Vertex AI TensorBoard custom training with prebuilt container" No impact on code. ( #2704 )
2024-02-14 16:53:33 +00:00
weigary and GitHub
130c621df7
Update the link of how to request TPU v5e quota in the notebook. ( #2703 )
...
* Update the link of how to request TPU v5e quota in the notebook.
* Create a notebook to demonstrate how to load a thrid-party stable diffusion model, on Vertex AI for online prediction.
* Delete notebooks/community/model_garden/model_garden_pytorch_stable_diffusion_custom.ipynb
move it to a separate commit
2024-02-14 16:52:51 +00:00
kittyabs and GitHub
87c43c0231
Made edits to "Vertex AI TensorBoard custom training with custom container". Fixed typos and cleaned up content. No impact on code ( #2701 )
...
* Made edits to "Vertex AI TensorBoard custom training with custom container". Fixed typos and cleaned up content. No impact on code
* Update tensorboard_custom_training_with_custom_container.ipynb
Deleted empty cell.
2024-02-14 16:52:13 +00:00
2e8dc70079
Remove eval_dataset from RLHF tuning parameters. ( #2700 )
...
We temporarily disabled this parameter for first-party models, so this will avoid validation errors when running the RLHF tuning notebook in the meantime.
Co-authored-by: Ryan Latture <latture@google.com >
2024-02-14 16:50:48 +00:00
e712fe3503
chore(deps): bump pillow ( #2699 )
...
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-02-14 16:50:02 +00:00
Huguens Jean and GitHub
39da99a8bb
Open source pytorch zipnerf model garden dockers. ( #2696 )
2024-02-12 15:14:01 +00:00
weigary and GitHub
13de238a84
Add a notebook for SDXL - lora serving ( #2691 )
...
* Add a notebook with example on deploying SDXL model on TPU v5e
* Add a notebook for SDXL - lora serving
* Add code owners
2024-02-12 15:12:48 +00:00
kittyabs and GitHub
080674024b
Made edits to "Vertex AI Experiments: Custom training autologging - Local script" and added link to relevant documentation. No impact on code ( #2698 )
2024-02-12 15:06:47 +00:00
kittyabs and GitHub
f348edb56e
Made edits to "Delete Outdated Experiments in Vertex AI TensorBoard". Updated URL(s). ( #2695 )
2024-02-12 15:05:21 +00:00
dstnluong-google and GitHub
5c4bfa0979
Fix upscaler notebook ( #2694 )
2024-02-12 15:04:05 +00:00
cac8896a80
Increase default max-num-batched-tokens to 16385 for larger models. ( #2689 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-02-12 15:03:09 +00:00
kittyabs and GitHub
5ca8adca08
Numerous edits to "Vertex AI SDK: AutoML training video classification model for batch prediction". Does not impact code. ( #2688 )
...
* Numerous edits to "Vertex AI SDK: AutoML training video classification model for batch prediction". Does not impact code.
* Update sdk_automl_video_classification_batch.ipynb
deleted "a"
2024-02-09 18:53:29 +00:00
weigary and GitHub
a9e2d4e7c4
Pin the pytorch-diffusers-serve-opt docker image to 20231213_0836_RC00. ( #2692 )
2024-02-09 14:31:37 +00:00
kittyabs and GitHub
aa9ce6a6fb
Made edits to "Vertex AI TensorBoard hyperparameter tuning with the HParams Dashboard" and updated URL to go to more relevant document. ( #2690 )
2024-02-09 14:09:04 +00:00
kittyabs and GitHub
c51c52c03f
Change url for viewing TensorBoard data. ( #2687 )
2024-02-09 14:07:58 +00:00
Michael Hu and GitHub
163b66d3e7
Update Prophet and ARIMA notebook GCPC versions ( #2658 )
...
* Update Prophet and ARIMA notebook GCPC versions
Also, move ARIMA notebook back into official.
* Delete comparison with Vertex Forecasting
* Disable caching
* Rename
2024-02-08 21:41:58 +00:00
Thomas Le moullec and GitHub
2d960509f6
Mistral 7B Finetuning with QLora ( #2645 )
...
* Mistral 7B Finetuning with QLora
Need to fix the PEFT Train docker image for the finetuning step.
Merging works correctly with the docker image, You might face an error when merging if the peft version used for merging is different from the one used for finetuning (new field added in the config_adapter file)
* Update peft docker train image to 20240126_0936_RC00
* Linter OK
* updated the notebook with pull requests comments
* Remove HPT and updated the bucket URI
* Linter update
2024-02-08 18:19:40 +00:00
Lav Rai and GitHub
2bf37e86fb
Autogluon source ( #2685 )
...
* Add AutoGluon source files.
* Add AutoGluon source files.
2024-02-08 15:25:38 +00:00
bb274e4040
Support DITO training ( #2683 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-02-08 15:23:34 +00:00
kittyabs and GitHub
34abfec74c
Made edits to "Vertex AI TensorBoard integration with Vertex AI Pipelines". I also updated the section on viewing and comparing pipeline runs to point to new documentation. ( #2684 )
...
* Made edits to "Vertex AI TensorBoard integration with Vertex AI Pipelines". I also updated the section on viewing and comparing pipeline runs to point to new documentation.
* Update tensorboard_vertex_ai_pipelines_integration.ipynb
A few more small fixes. Trying to find source of lint error
* Update tensorboard_vertex_ai_pipelines_integration.ipynb
removed empty cells
2024-02-08 14:29:53 +00:00
kittyabs and GitHub
49f2f12ea2
Fixed typos and rewrote some sentences to make them clearer. Be sure to check that I didn't change the meaning or intent. No code impacted ( #2680 )
2024-02-07 15:17:35 +00:00
Huguens Jean and GitHub
306c4fa8f4
Update model deployment function with serving_container_environment_variables. ( #2675 )
2024-02-06 22:03:02 +00:00
kittyabs and GitHub
0964e7f0da
Updated link to Vertex AI TensorBoard profiler page, which had been moved. Other edits to align with guidelines ( #2676 )
2024-02-06 22:01:30 +00:00
dstnluong-google and GitHub
8e1d91e2c2
Fix URI ( #2677 )
2024-02-06 22:01:06 +00:00
Bo zheng and GitHub
26001062b7
feat: Replace evaluation pipeline with Vertex SDK evaluate function on model evaluation notebooks ( #2610 )
...
* Replace evaluation pipeline with evaluate function
* Replace evaluation pipeline with evaluate function on automl_tabular_regression_model_evaluation.ipynb
* Replace evaluation pipeline with evaluate function on custom_tabular_classification_model_evaluation.ipynb
* Replace evaluation pipeline with evaluate function on custom_tabular_regression_model_evaluation.ipynb
* Replace evaluation pipeline with evaluate function on automl_video_classification_model_evaluation.ipynb
* Format automl_tabular_classification_model_evaluation.ipynb
* Format automl_tabular_regression_model_evaluation.ipynb
* Format automl_video_classification_model_evaluation.ipynb
* Format custom_tabular_classification_model_evaluation.ipynb
* Format custom_tabular_regression_model_evaluation.ipynb
* Add files via upload
* Update screenshot for notebooks with evaluate function usage
* Revert custom_tabular_classification_model_evaluation.ipynb
* Format lint
* manual fix lint
2024-02-06 00:25:15 +00:00
siping-hu and GitHub
56656f2225
Add notebooks for autosxs (model based llm evaluation) ( #2659 )
...
* Create model_based_llm_evaluation folder
* Add autosxs sample notebooks.
* Update autosxs sample notebooks.
* Update CODEOWNERS for autosxs
* Fix lint and format.
* Resolve Michael's comments.
* Fix test failures.
* Fix test errors and resolve Eric's comments.
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
* Update autosxs_llm_evaluation_for_summarization_task.ipynb
* Fix isort.
* Fix nbfmt
2024-02-06 00:22:16 +00:00
kittyabs and GitHub
684285d4f1
Update URL to go directly to /training/... ( #2674 )
2024-02-06 00:19:20 +00:00
a898bf8aad
chore(deps): bump fastapi ( #2673 )
...
Bumps [fastapi](https://github.com/tiangolo/fastapi ) from 0.75.2 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases )
- [Commits](https://github.com/tiangolo/fastapi/compare/0.75.2...0.109.1 )
---
updated-dependencies:
- dependency-name: fastapi
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-02-05 18:11:03 +00:00
weigary and GitHub
60b49d8419
Add a notebook with example on deploying SDXL model on TPU v5e ( #2672 )
2024-02-05 17:42:31 +00:00
8b55dada76
Dealing with numerous text edits. Does not impact code ( #2670 )
...
* Update get_started_with_vertex_experiments_autologging.ipynb
Added link in "Learn more about..." to the Vertex AI Experiments intro page. Currently, this notebook is not showing up properly in the Jupyter SDK Tutorial page.
* Update get_started_with_vertex_experiments_autologging.ipynb
* Update notebook_template_review.py
Missing left curly bracket/brace 2xs
(Note, commented out, but still fixing)
#'AutoML Vision': '{automl_vision_name}}',
#'AutoML Image': '{automl_vision_name}}',
* Update get_started_with_vertex_experiments_autologging.ipynb
Needed to add a period.
* fix: update spacing
---------
Co-authored-by: Katie Nguyen <katiemn@gmail.com >
2024-02-02 17:05:24 +00:00
dstnluong-google and GitHub
f18c851428
Fix Lama URI ( #2671 )
...
* LaMa notebook
* lint
* codeowners
* update
* lint
* Fix indentation issue
* fix URI
2024-02-02 14:23:57 +00:00
Huguens Jean and GitHub
a78b5ce878
Search for the MODEL_ID env and set it in the deployment function for… ( #2669 )
...
* Search for the MODEL_ID env and set it in the deployment function for all model garden notebooks for pre-trained and tuned models.
* Fix model_garden_pytorch_stable_video_diffusion_img2vid_xt notebook linter issue with load_image and HTML.
* Fix model_garden_pytorch_stable_video_diffusion_img2vid_xt notebook linter issue with load_image and HTML.
* Fix missing MODEL_ID in model_garden_mediapipe_image_generation.ipynb.
2024-02-02 14:21:29 +00:00
kittyabs and GitHub
a9aea28b37
Update get_started_with_bqml_training.ipynb ( #2666 )
...
Remove "back ticks" around product/service names. Fix typos.
2024-02-02 14:12:31 +00:00
kittyabs and GitHub
0cb84572ba
Update tensorboard_profiler_custom_training.ipynb ( #2665 )
...
Text edits: Removed `...` from product names and made other edits. Code not impacted
2024-02-02 14:11:18 +00:00
kittyabs and GitHub
764b7a5cc8
Update comparing_pipeline_runs.ipynb ( #2664 )
...
* Update comparing_pipeline_runs.ipynb
Needed edits for the page. Does not impact code.
* Update comparing_pipeline_runs.ipynb
responded to katie's feedback.
2024-02-02 14:10:18 +00:00
zbl94 and GitHub
94294de17c
feat: Vertex AI Feature Store Based LLM Grounding Tutorial ( #2652 )
...
* feat: Vertex AI Feature Store Based LLM Grounding Tutorial
* fix: fix the feature store based llm grounding tutorial based on a few comments
* fix: fix the feature store based llm grounding tutorial based on a few comments
* fix: move the fs grounding notebook to official
* fix: comment colab only code
* fix: fix pipeline prefix
* fix: resolve several comments
* fix: resolve several comments
* fix: a quick fix for type
* fix: a quick fix for import
* fix: a quick fix for colab
2024-02-01 22:06:34 +00:00
d9d3be36f9
Support CodeLlama 70B models. ( #2667 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2024-02-01 18:10:12 +00:00
kittyabs and GitHub
48f1a43efc
Update sdk-custom-image-classification-batch.ipynb ( #2662 )
...
Removed tick marks from product names so they don't render as code.
2024-01-31 21:55:26 +00:00
kittyabs and GitHub
64417df16a
Update tensorboard_vertex_ai_pipelines_integration.ipynb ( #2663 )
...
Fixing typo: "monitorning" -> "monitoring"
2024-01-31 21:53:59 +00:00
dstnluong-google and GitHub
165d58f328
Fix indentation in LaMa notebook ( #2661 )
...
* LaMa notebook
* lint
* codeowners
* update
* lint
* Fix indentation issue
2024-01-31 19:42:43 +00:00
Shikanime Deva and GitHub
bb2085a95d
Add Peft additional parameters ( #2657 )
2024-01-31 16:12:34 +00:00
kittyabs and GitHub
5cd844f2dd
Small edit - first time making a change to a github sample. ( #2660 )
2024-01-30 21:00:18 +00:00
Lehui Liu and GitHub
4b455390f6
feat: add sample notebook for vertex distillation ( #2656 )
2024-01-30 01:29:29 +00:00
Mend Renovate and GitHub
d5f90ce6de
chore(deps): update dependency black to v24.1.1 ( #2654 )
2024-01-30 01:17:16 +00:00
Aiden010200 and GitHub
4ede21cccd
Upload run experiment example ( #2653 )
...
* Upload examples of kfp v2
* Upload run experiment example.
2024-01-29 15:36:10 +00:00
weigary and GitHub
16bf0a8813
Update/optimize the serving efficiency of the image-inpainting model. ( #2650 )
2024-01-26 19:04:55 +00:00
Mend Renovate and GitHub
c7fb10d374
chore(deps): update dependency black to v24 ( #2651 )
2024-01-26 19:03:13 +00:00
dstnluong-google and GitHub
e700dbbad3
Add LaMa Notebook to Vertex MG ( #2648 )
...
* LaMa notebook
* lint
* codeowners
* update
* lint
2024-01-25 17:40:59 +00:00
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
genquan9 and GitHub
ac4f63b4e0
remove old vertex_vision_model_garden folder ( #2570 )
2023-12-13 19:56:38 +00:00
weigary and GitHub
65ee5cdf52
Sd turbo ( #2572 )
...
* Add SDXL-turbo as a separate section in the SDXL notebook.
* Add SDXL-turbo as a separate section in the SDXL notebook.
2023-12-13 19:52:24 +00:00
dstnluong-google and GitHub
90219e0a76
Add GPTQ to Falcon Instruct ( #2574 )
...
* Add local inference for Falcon Instruct
* Lint
* Add memory necessary for falcon 7b
* nit: Typo
* add gptq quantization to falcon
* lint
* typo
* Comment out one setting.
2023-12-13 19:49:39 +00:00
dstnluong-google and GitHub
d2ad1dd763
Add cache_examples_on_gpu flag to GPTQ. ( #2579 )
...
* Add cache_examples_on_gpu flag to GPTQ.
* Lower GPU suggestions for 70b model.
* Lower GPU suggestions for 70b.
* Typo
2023-12-13 19:47:07 +00:00
Kathy Yu and GitHub
b2ec0e956e
Update timm notebook to use vertex-ai docker link. ( #2580 )
2023-12-13 19:45:01 +00:00
dstnluong-google and GitHub
7fb60acf89
Create 5 separate notebooks from LLaMA2 notebook sections ( #2568 )
...
* add deployment notebook
* lint
* add finetune notebook
* lint
* lint
* add evaluation notebook
* lint
* add rlhf notebook
* lint
* lint rlhf notebook?
* add notebooks to codeowners
2023-12-05 20:50:46 +00:00
genquan9 and GitHub
4f2408ce9e
use the vertex_model_garden links instead of vertex_vision_model_garden ( #2567 )
2023-12-05 20:50:13 +00:00
Kathy Yu and GitHub
ef9a176c75
Add evaluation for CodeLLaMA and fix typos in CodeLLaMA and Mistral notebooks. ( #2566 )
2023-12-04 15:11:41 +00:00
genquan9 and GitHub
e72fffd682
copy vertex_vision_model_garden as vertex_model_garden ( #2565 )
2023-12-04 15:11:07 +00:00
KCFindstr and GitHub
a9301eeb64
Add hyperparameter tuning examples to #PEFT Llama2 and OpenLlama notebooks ( #2564 )
2023-12-04 15:10:04 +00:00
weigary and GitHub
9e2dcd494a
Add charts to the benchmark report. ( #2563 )
...
* Add charts to the benchmark report.
* Add charts to the benchmark report.
2023-12-02 00:09:06 +00:00
KCFindstr and GitHub
2ae33b5b12
Add OpenLLaMA hyperparameter tuning benchmark report ( #2562 )
2023-12-01 22:47:03 +00:00
weigary and GitHub
d85a1e9c0c
Update the SD XL notebook for refiner to use the default GPU as L4 (instead of A100). ( #2561 )
2023-12-01 22:46:30 +00:00
dstnluong-google and GitHub
fff9673703
Add SD benchmarking report ( #2560 )
...
* Add SD benchmarking report
* Fix images
* remove old table
* grammar
* lint
* typo
2023-12-01 22:45:50 +00:00
dstnluong-google and GitHub
55fbb89a95
Update Docker URIs. ( #2554 )
...
* Update Docker URIs.
* lint
* update docker URI
* typo
* add comma
* lint
* fix parameters
* Add quantization method to gptq
2023-12-01 22:45:12 +00:00
dstnluong-google and GitHub
007610f4f2
Add quantization section for Openllama ( #2551 )
...
* Add quantization section for Openllama
* use peft serving for 3b quantized
* missing comma
* lint
* add quantization_method to gptq
* add quantization_method to gptq
2023-12-01 22:44:36 +00:00
weigary and GitHub
1354c74058
Move the openllama 7b benchmark report to the centralized place. ( #2559 )
2023-12-01 22:43:34 +00:00
Andrew Ferlitsch and GitHub
f36ab8ef40
fix: online FS ( #2558 )
2023-11-30 17:08:43 +00:00
Andrew Ferlitsch and GitHub
33793dbb78
fix: backticks ( #2557 )
2023-11-30 15:05:18 +00:00
Lav Rai and GitHub
d3bdf63115
Vit report ( #2556 )
...
* Add ViT benchmarking report.
* Add ViT benchmarking report.
* Add ViT benchmarking report.
* Add ViT benchmarking report.
* Add ViT benchmarking report.
* Add ViT benchmarking report.
2023-11-30 14:20:04 +00:00
weigary and GitHub
f3395041e4
Add openllama-7b fine tuning benchmark report. ( #2555 )
2023-11-30 14:19:29 +00:00
Andrew Ferlitsch and GitHub
5dfc87cbab
fix: FS legacy delete ( #2553 )
2023-11-29 18:17:40 +00:00
Andrew Ferlitsch and GitHub
a162066c94
in-progress: SDK whl replacement ( #2552 )
...
* in-progress: SDK whl replacement
* add: cmd param
2023-11-29 18:17:07 +00:00
dstnluong-google and GitHub
a4940cc2ba
Add quantization to llama2 notebook ( #2550 )
2023-11-29 03:20:21 +00:00
Andrew Ferlitsch and GitHub
d1dfe04ff0
2nd part of deprecate ( #2542 )
...
* 2nd part of deprecate
* fix links
2023-11-22 23:55:33 +00:00
fca8a0f9f5
Support DITO custom categories ( #2543 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-11-20 21:27:39 +00:00
Andrew Ferlitsch and GitHub
ea3a5d3d79
deprecate flaky notebook ( #2541 )
2023-11-20 19:25:19 +00:00
Andrew Ferlitsch and GitHub
013bd9b78b
fine tuning: auto error detection ( #2539 )
2023-11-20 18:42:28 +00:00
Andrew Ferlitsch and GitHub
1ca46e450d
update: notebook status ( #2535 )
2023-11-20 16:52:16 +00:00
Xiang Xu and GitHub
6c4f09fd43
increase max_num_batched_tokens for vllm and remove streaming ( #2536 )
2023-11-17 20:46:26 +00:00
Andrew Ferlitsch and GitHub
66427bd244
fix: detecting internal ( #2534 )
2023-11-17 20:37:13 +00:00
weigary and GitHub
d49bae8d29
Update staable-diffusion 1.5 and XL notebooks to deploy with default GPU as L4, instead of A100. ( #2533 )
2023-11-17 19:40:17 +00:00
Andrew Ferlitsch and GitHub
66c05c8217
fix: typo in results vs result ( #2532 )
2023-11-17 18:46:51 +00:00
Andrew Ferlitsch and GitHub
79473f0b88
fix: cleanup for FS 2.x ( #2526 )
2023-11-17 14:35:47 +00:00
Andrew Ferlitsch and GitHub
2568e012f9
fix: detect other types of quota and internal errors ( #2525 )
2023-11-16 23:50:25 +00:00
Kathy Yu and GitHub
97fa323aca
Fix typo in LLaMA 2 instructions. ( #2524 )
2023-11-16 22:04:52 +00:00
Kelsi Lakey and GitHub
20a9ff65e0
Update IMAGE_URI in tensorboard_custom_training_with_custom_container.ipynb ( #2522 )
...
Add variable in IMAGE_URI to set region. Right now it is hard-coded to us-central1.
2023-11-16 22:04:11 +00:00
Andrew Ferlitsch and GitHub
ed6de9fde5
feat: stub and document reaper support for FS 2.x ( #2521 )
2023-11-15 22:04:01 +00:00
zhangxiaotian and GitHub
dbaa3d098c
fix clean up ( #2520 )
...
* improve to make it more aligned with the template
* fix:fix clean up section
2023-11-15 21:53:44 +00:00
Andrew Ferlitsch and GitHub
7e77de2800
CI/CD fix ( #2514 )
...
* CI/CD fix
* pin 1.34
2023-11-15 17:59:11 +00:00
Andrew Ferlitsch and GitHub
ef8b70db32
Update CI/CD fix ( #2513 )
2023-11-15 00:09:33 +00:00
578adab3b0
revert how sdk is downloaded ( #2518 )
...
Co-authored-by: Kamal Gurala <gkamal@google.com >
2023-11-15 00:08:22 +00:00
KCFindstr and GitHub
3ef187ecc3
Update Llama2 PEFT notebook train docker version ( #2519 )
2023-11-15 00:05:45 +00:00
23dc370602
Updates optimized to remove known issues ( #2512 )
...
Co-authored-by: Kamal Gurala <gkamal@google.com >
2023-11-15 00:05:17 +00:00
Andrew Ferlitsch and GitHub
d1835e98af
feat: auto find latest build results ( #2517 )
2023-11-15 00:00:31 +00:00
823c10315a
Update vector notebook to remove disclaimer ( #2515 )
...
* Update vector notebook to disclaimer
* Update region used for vector case
---------
Co-authored-by: Kamal Gurala <gkamal@google.com >
2023-11-14 22:51:17 +00:00
Kathy Yu and GitHub
497297007c
Update serving container version for sequence classification models. ( #2509 )
2023-11-14 22:17:31 +00:00
87ddc8ec00
Update for GA relase, use v1 sdk, and remove known issues ( #2510 )
...
* Updates Bigtable serving noteebok for GA release
* Removes preview disclaimer
* Updates from linter
---------
Co-authored-by: Kamal Gurala <gkamal@google.com >
2023-11-14 22:17:01 +00:00
Andrew Ferlitsch and GitHub
eb104d4d92
fix: capture log on fail ( #2508 )
2023-11-14 20:59:49 +00:00
zhangxiaotian and GitHub
ba335b250b
improve to make it more aligned with the template ( #2506 )
2023-11-14 20:41:57 +00:00
Andrew Ferlitsch and GitHub
5f014bcf34
CI/CD debug ( #2503 )
2023-11-14 20:30:29 +00:00
Andrew Ferlitsch and GitHub
0d453b7e01
documented what to do for FS 2.x cleanup ( #2507 )
2023-11-14 18:27:23 +00:00
Andrew Ferlitsch and GitHub
379644e115
Update CI/CD debug ( #2504 )
2023-11-14 16:43:53 +00:00
Andrew Ferlitsch and GitHub
72ab1484b7
deprecate to community ( #2502 )
2023-11-14 16:32:54 +00:00
zhangxiaotian and GitHub
885a62489e
fix: fix image rending for running in Jupyter ( #2501 )
2023-11-14 15:45:47 +00:00
Andrew Ferlitsch and GitHub
9591e8db4d
fix CI/CD ( #2498 )
2023-11-14 00:27:39 +00:00
Andrew Ferlitsch and GitHub
9757e14644
feat: filter for notebooks under investigation ( #2497 )
2023-11-13 23:53:33 +00:00
Kathy Yu and GitHub
959c56a4c7
Add documentation for building chat applications using LLaMA 2. ( #2494 )
2023-11-13 19:17:29 +00:00
Andrew Ferlitsch and GitHub
ea1afda39d
fix: internal and log url ( #2492 )
2023-11-13 19:06:41 +00:00
weigary and GitHub
e8539218e4
Temporarily pin the docker to 20231112_0948_RC00. ( #2493 )
2023-11-13 18:49:32 +00:00
Andrew Ferlitsch and GitHub
4fb0761fb8
add log url ( #2490 )
...
* add log url
* fix: syntax error
* fix: syntax error
2023-11-13 17:39:16 +00:00
Andrew Ferlitsch and GitHub
6a61010225
feat: finish round1 of dirty dashboard ( #2489 )
...
* feat: finish round1 of dirty dashboard
* debug: CICD issue
2023-11-13 17:38:04 +00:00
838e72087f
refactor: explicitly prepare featch_Feature_values request ( #2485 )
...
* refactor: explicitly prepare featch_Feature_values request
* Fix unintednded metadata updates
* Fixes from linter
* add unique to resource ids
* add unique to resource ids for public optimized
---------
Co-authored-by: Kamal Gurala <gkamal@google.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-11-11 01:15:29 +00:00
zhangxiaotian and GitHub
c633231e07
Warehouse ( #2484 )
...
* add warehouse sdk colab
* update owner
* update colab and github link
* resolve comments
* resolve comments
* resolve comments
* fix format
* remove unused code
* resolve lint
2023-11-10 23:03:37 +00:00
zhangxiaotian and GitHub
5f73c9e445
create a notebook for image warehouse ( #2488 )
...
* create a notebook for image warehouse
* update
* resolve comments
* resolve comments
2023-11-10 22:41:14 +00:00
Andrew Ferlitsch and GitHub
4d77391672
fix: bad link ( #2486 )
2023-11-10 21:18:32 +00:00
Matthew Tang and GitHub
289db671b8
[Vertex AI SDK] Remove sdk2 wording from bigframes notebooks ( #2487 )
...
* Remove sdk2 wording
* don't override class
2023-11-10 21:15:29 +00:00
weigary and GitHub
c725d85433
Update stable diffusion 2.1 notebook to use the optimized serving docker ( #2483 )
...
* Update stable diffusion 2.1 notebook to use the optimized serving docker.
* Update model_garden_pytorch_stable_diffusion_2_1.ipynb
* Update model_garden_pytorch_stable_diffusion_2_1.ipynb
2023-11-10 21:13:22 +00:00
Andrew Ferlitsch and GitHub
6f48419a31
pin to fix CI/CD failure ( #2480 )
2023-11-10 18:02:30 +00:00
Andrew Ferlitsch and GitHub
3c83824d02
fix syntax error ( #2481 )
2023-11-09 19:54:23 +00:00
Andrew Ferlitsch and GitHub
7d53d90235
fix: timeout in CI/CD ( #2478 )
2023-11-09 19:42:43 +00:00
Matthew Tang and GitHub
fc3f467899
[Vertex AI SDK] Remove bigframes tf-io installation on user side ( #2472 )
...
* Remove tf-io installation on user side
* Fix lint
2023-11-09 19:31:40 +00:00
Andrew Ferlitsch and GitHub
11fe3dbc28
fix: missing link ( #2466 )
2023-11-09 18:11:12 +00:00
Andrew Ferlitsch and GitHub
253f755d86
fix: remove output ( #2476 )
2023-11-09 16:50:03 +00:00
Mend Renovate and GitHub
89b868705b
chore(deps): update actions/checkout action to v4 ( #2394 )
2023-11-09 14:32:16 +00:00
Mend Renovate and GitHub
038fc057ee
chore(deps): update dependency pyupgrade to v3.15.0 ( #2314 )
2023-11-09 14:30:53 +00:00
Andrew Ferlitsch and GitHub
4377a1b485
fix: bug in selection algo for age and max notebooks ( #2475 )
...
* fix: invert time test
* fix: percent unt
2023-11-09 00:17:51 +00:00
Andrew Ferlitsch and GitHub
9f5cb39eb4
already in official ( #2477 )
2023-11-09 00:17:28 +00:00
yexing111 and GitHub
103c168a82
Rephrase optimized notebook to address previous comment ( #2473 )
...
* Rephrase optimized notebook
* Update format issue and change region
* Update format issue and change region2
* Fix import format
* Apply format
* Change region
2023-11-08 22:04:42 +00:00
Andrew Ferlitsch and GitHub
42914ffba6
fix: read from local file ( #2474 )
...
* fix: read from local file
* fix: GCS file
2023-11-08 21:46:03 +00:00
Andrew Ferlitsch and GitHub
b4f3601262
debug: saving results ( #2471 )
2023-11-08 19:48:43 +00:00
yexing111 and GitHub
3978ea80bf
Create new colab for FS optimized serving ( #2454 )
...
* Create new colab for FS optimized serving
* Address comments
* Fix allowlist syntax error with param
* Change default region to trigger test in clean env
* Comment expect to fail cells
* Change default region to trigger test
2023-11-08 13:15:24 +00:00
Kelsi Lakey and GitHub
b3a8e98150
Update delete_outdated_tensorboard_experiments.ipynb ( #2469 )
...
Change detailed_log to match DETAILED_LOG variable defined above.
Add note about how user can set tensorboard experiment labels.
2023-11-08 00:56:39 +00:00
weigary and GitHub
817e9f6f5f
Update stable diffusion XL notebook to use the optimized serving docker. ( #2467 )
...
* Update stable diffusion XL notebook to use the optimized serving docker.
* Update model_garden_pytorch_stable_diffusion_xl_1_0.ipynb
minor update
* Update model_garden_pytorch_stable_diffusion_xl_1_0.ipynb
minor update
2023-11-08 00:55:49 +00:00
Andrew Ferlitsch and GitHub
f028260fe9
feat: detect error from log ( #2465 )
...
* feat: detect error from log
* fix: None
2023-11-07 15:57:13 +00:00
Mend Renovate and GitHub
3b0dc3a9af
chore(deps): update dependency black to v23.10.1 ( #2086 )
2023-11-07 13:51:08 +00:00
Kathy Yu and GitHub
d27adf8c47
Update swap space setting for CodeLLaMA notebook. ( #2462 )
2023-11-07 00:13:51 +00:00
KCFindstr and GitHub
4873c54cf0
Add hyperparameter tuning instructions to llama2 PEFT notebook ( #2460 )
2023-11-07 00:13:27 +00:00
Andrew Ferlitsch and GitHub
55645a8583
fix: protect harness from system wide execution failure ( #2464 )
...
* feat: add option for files not to index
* fix: harden harness against system failure
2023-11-06 16:17:38 +00:00
Andrew Ferlitsch and GitHub
47da217cca
Tpu ga 2 ( #2461 )
...
* migrate to official
* fix: AR permission
* fix: TPU available
* convert to KFP2
2023-11-03 20:49:48 +00:00
Andrew Ferlitsch and GitHub
2cc877438c
fix: timeout ( #2458 )
2023-11-02 16:46:34 +00:00
Jose Brache and GitHub
2ee1c72bf9
Jbrache 20231101 ( #2457 )
...
* chore: Renaming notebook, updated text formatting, typos.
* chore: Renaming notebook, updated text formatting, typos.
2023-11-02 16:42:41 +00:00
Kathy Yu and GitHub
ee5f69b5b8
Add deployment recommendations, clarifications and bug fixes to PEFT and vLLM notebooks. ( #2455 )
2023-11-01 20:19:26 +00:00
Andrew Ferlitsch and GitHub
da3f4abbc2
updates for webdoc index generation ( #2456 )
...
* fix: remove backticks
* fix: vector search branding
2023-11-01 18:52:04 +00:00
Andrew Ferlitsch and GitHub
cc585a3faa
fix broken links ( #2453 )
2023-11-01 13:27:59 +00:00
Andrew Ferlitsch and GitHub
6afc5ce353
fix: skipping in indexer ( #2452 )
2023-10-31 22:36:33 +00:00
Andrew Ferlitsch and GitHub
9cb9d272f0
fix: last date ran ( #2451 )
2023-10-31 21:00:07 +00:00
weigary and GitHub
759726e7b4
Update the stable diffusion 1.5 notebook to use the optimized serving docker image ( #2450 )
2023-10-31 20:55:23 +00:00
kemurayama and GitHub
d282fe7461
Update model_garden_pytorch_stable_diffusion_2_1.ipynb ( #2446 )
...
Deleted `torch_dtype=torch.float16` on line 397
2023-10-31 20:54:57 +00:00
Andrew Ferlitsch and GitHub
ed7cd22e27
feat: add arg for run first file ( #2449 )
2023-10-31 19:04:32 +00:00
Andrew Ferlitsch and GitHub
fdac86f541
fix: run first ( #2448 )
2023-10-31 17:54:22 +00:00
Andrew Ferlitsch and GitHub
7f464a92e0
migrate to official ( #2443 )
...
* migrate to official
* fix: missing install
* fix: import os
* fix: IS_COLAB
2023-10-30 19:11:44 +00:00
Andrew Ferlitsch and GitHub
a779d317af
migrate to official ( #2431 )
...
* migrate to official
* fix: artifact registry
* fix: lint
* fix: missing image
* fix: add more cleanup
2023-10-30 19:10:05 +00:00
Andrew Ferlitsch and GitHub
ee538ce371
migrate to official ( #2444 )
...
* migrate to official
* fix: missing installs
* fix: IS_COLAB
2023-10-30 17:27:30 +00:00
Andrew Ferlitsch and GitHub
2ec5b39bdc
migrate to official ( #2441 )
...
* migrate to official
* fix: remove param
* fix: IS_COLAB
* fix: requirements.txt
* fix: image missing
* fix: IS_TESTING
* fix: IS_TESTINGFG
2023-10-30 14:27:17 +00:00
Andrew Ferlitsch and GitHub
68f160db50
migrate to official ( #2445 )
2023-10-30 14:20:12 +00:00
Andrew Ferlitsch and GitHub
b65392f2be
fix: learn more about ( #2419 )
...
* fix: learn more about
* fix: VPC issue
* fix: VPC issue
* fix: handle exception
* fix: add VPC network
* fix: lint
2023-10-30 14:06:58 +00:00
Jaycee Li and GitHub
6625012a95
Move sdk2 bigframes notebooks ( #2440 )
...
* Refactor SDK 2.0 notebooks
* fix linting
* Update CODEOWNERS
* change codeowner username
* install dependencies
* update dependencies
* update folder name
* Update CODEOWNERS
* move sdk2 notebooks
* linting
2023-10-27 17:47:55 +00:00
e542e915b1
Colab ( #2439 )
...
* Support Colab Enterprise
* Support Colab Enterprise
---------
Co-authored-by: minwoopark <minwoopark@google.com >
2023-10-27 17:47:00 +00:00
Huguens Jean and GitHub
757419e1b1
Update BioGPT serve docker URI in notebook. ( #2438 )
2023-10-27 17:46:28 +00:00
Andrew Ferlitsch and GitHub
3dd41db8a5
fix: timeouts ( #2437 )
2023-10-27 17:01:30 +00:00
Andrew Ferlitsch and GitHub
c027f88d2a
fix: unreliable service ( #2436 )
2023-10-27 15:30:43 +00:00
Mend Renovate and GitHub
596bb6a6b7
chore(deps): update dependency flake8 to v6.1.0 ( #2131 )
2023-10-27 14:56:51 +00:00
xqr-g and GitHub
d3a6a7bf91
change model version ( #2433 )
2023-10-26 23:03:11 +00:00
Jaycee Li and GitHub
be68829742
Refactor SDK 2.0 notebooks ( #2367 )
...
* Refactor SDK 2.0 notebooks
* fix linting
* Update CODEOWNERS
* change codeowner username
* install dependencies
* update dependencies
* update folder name
* Update CODEOWNERS
2023-10-26 18:54:02 +00:00
dstnluong-google and GitHub
64be3cd9ee
Fix VLLM format string. ( #2432 )
...
* Minor updates to Vicuna notebook
* Lint
* Fix format string for Vicuna notebook.
2023-10-26 17:41:33 +00:00
Eric Dong and GitHub
2414433f94
chore: remove unnecessary comments from the template ( #2428 )
2023-10-26 15:40:49 +00:00
Andrew Ferlitsch and GitHub
7206ea4d99
Harden 9 ( #2429 )
...
* fix: force run based on age of last run
* fix: force run based on age of last run
2023-10-26 15:40:34 +00:00
Andrew Ferlitsch and GitHub
8dad9cd13f
fix: clean and rebrand - permission ( #2335 )
...
* fix: clean and rebrand
* fix: VPC setup
* rebrand
* rebrand
* fix: PROJECTT
* fix: VPC network
* fix: redis
* fix: import os
2023-10-25 21:20:59 +00:00
Andrew Ferlitsch and GitHub
d0037863ff
feat: record last date of fail ( #2425 )
2023-10-25 17:20:12 +00:00
Andrew Ferlitsch and GitHub
ce4b2b1781
fix CI/CD error ( #2423 )
2023-10-25 17:03:37 +00:00
Andrew Ferlitsch and GitHub
8b2e7766c3
add more notebooks to list ( #2424 )
2023-10-25 16:51:11 +00:00
Andrew Ferlitsch and GitHub
7844755cac
feat: select notebook if failed on last run ( #2420 )
2023-10-25 12:56:53 +00:00
Andrew Ferlitsch and GitHub
6f566cc4f8
feat: add option for files not to index ( #2418 )
2023-10-24 18:59:35 +00:00
Andrew Ferlitsch and GitHub
6ac2f82c0b
debug CI/CD failure ( #2405 )
...
* debug CI/CD failure
* pin GCPC version
2023-10-24 18:24:55 +00:00
Andrew Ferlitsch and GitHub
1f818fe469
Harden 3 ( #2416 )
...
* feat: run-first argument
* feat: run-first code
* feat: add run first file
2023-10-24 17:03:33 +00:00
weigary and GitHub
51f87eb06a
Pin the transformer-serve version in the NLLB notebook ( #2417 )
2023-10-24 16:58:33 +00:00
KCFindstr and GitHub
cdb5c1c54b
Switch #BiomedCLIP default GPU to V100 ( #2415 )
2023-10-24 16:58:03 +00:00
dstnluong-google and GitHub
7f6c2f28d3
Minor updates to Vicuna notebook. ( #2410 )
...
* Minor updates to Vicuna notebook
* Lint
2023-10-24 16:57:28 +00:00
Kathy Yu and GitHub
ced4f55dac
Add V100 recommendations for LLaMA 2. ( #2409 )
2023-10-24 16:56:52 +00:00
Andrew Ferlitsch and GitHub
a5a003b831
Harden 2 ( #2414 )
...
* feat: run-first argument
* feat: run-first code
2023-10-24 13:57:46 +00:00
Andrew Ferlitsch and GitHub
e7b8238615
fix: filename only not path ( #2412 )
2023-10-23 20:11:19 +00:00
Andrew Ferlitsch and GitHub
e5a50be51e
feat: skip notebook option ( #2411 )
2023-10-23 19:37:37 +00:00
Andrew Ferlitsch and GitHub
e5bfc74c11
clean: not index notebooks w/o webdoc page ( #2408 )
2023-10-23 17:57:49 +00:00
Andrew Ferlitsch and GitHub
d03779423c
cleanup: obsolete build files ( #2406 )
2023-10-23 17:01:54 +00:00
weigary and GitHub
ba62d20dad
Update an incorrect hyperlink in the NLLB notebook. ( #2403 )
...
* Add a notebook example for the NLLB model in model garden
* Add a notebook example for the NLLB model in model garden
* Update an incorrect hyperlink in the NLLB notebook.
2023-10-23 16:30:56 +00:00
KCFindstr and GitHub
50273e9883
Tag PEFT trainer docker in #ModelGarden notebooks. ( #2404 )
2023-10-20 23:42:07 +00:00
Kelsi Lakey and GitHub
d6ab1248e2
Remove tensorboard billing alert from get_started_with_vertex_experiments_autologging.ipynb ( #2402 )
2023-10-20 23:39:59 +00:00
c6f451c8d1
Patch-4 ( #2363 )
...
* Miscellaneous editorial fixes and rebranding to "Vertex AI Feature Store (Legacy)"
* chore: rebrand Legacy Feature Store product
* chore: Rebrand to "Vertex AI Feature Store (Legacy)" and change "ingest" to "import".
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-10-20 22:26:02 +00:00
Andrew Ferlitsch and GitHub
71f3f12607
fix CI/CD failure ( #2398 )
2023-10-20 20:51:01 +00:00
Sebastian Schmidt and GitHub
c7b9274c2e
Display generated images in Image Generator notebook ( #2395 )
...
* Display generated images in Image Generator notebook
* Style
* Lint
2023-10-20 18:47:40 +00:00
Kathy Yu and GitHub
ee46a01c83
Open-source ImageBind serving Docker image. ( #2401 )
...
* Open-source ImageBind serving Docker image.
* Update CODEOWNERS to cover ImageBind.
2023-10-20 18:19:35 +00:00
Kathy Yu and GitHub
d8a6659fd2
Update deployment recommendations in ImageBind notebook. ( #2400 )
2023-10-20 18:18:55 +00:00
Andrew Ferlitsch and GitHub
b24eb863af
migrate to official ( #2354 )
...
* migrate to official
* workaround VPC
* fix: missing title
2023-10-20 18:15:59 +00:00
Andrew Ferlitsch and GitHub
a0bebae049
migrate to official ( #2355 )
...
* migrate to official
* fix: settings
* workaround VPC
2023-10-20 17:35:46 +00:00
1cab2c2d1c
rebrand and clean ( #2350 )
...
* rebrand and clean
* fix: Added better type checking and fixed misspelling of _GCP_VPC_NETWORK_NAME
---------
Co-authored-by: ivanmkc@google.com <ivanmkc@google.com >
2023-10-20 15:50:52 +00:00
Andrew Ferlitsch and GitHub
f0dacd8ccd
deprecate to community ( #2396 )
2023-10-20 12:31:17 +00:00
Andrew Ferlitsch and GitHub
9b8dd67fc6
clean and rebrand - parallelism ( #2338 )
...
* clean and rebrand
* import
* import
* fix: lint
* deprecate: move to community
* fix: lint
2023-10-20 12:30:21 +00:00
Andrew Ferlitsch and GitHub
fe57394773
fix: link ( #2393 )
2023-10-19 16:58:36 +00:00
Kathy Yu and GitHub
6b98f077b7
Add ImageBind notebook. ( #2392 )
2023-10-19 16:56:50 +00:00
Huguens Jean and GitHub
b515719465
Chore: Open source Segment Anything handler and dockerfile to Model Garden. ( #2389 )
2023-10-19 16:56:06 +00:00
dstnluong-google and GitHub
0603133c15
Add accelerator suggestions for Vicuna. ( #2374 )
...
* Add Vicuna notebook
* Add notebook to CODEOWNERS
* add GPU recs
* replace 33b with 13b-32k
* lint
* Update accelerator count
* Lint
* Add suggested accelerator setup.
* Lint
* Add comment for max_model_len
* remove license line
2023-10-19 16:55:37 +00:00
Andrew Ferlitsch and GitHub
9901150c5c
fix: add missing learn about ( #2388 )
2023-10-18 19:23:25 +00:00
3d7886eb0b
Fix CODEOWNERS change due to merge conflict. ( #2390 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-10-18 17:29:54 +00:00
9abb80db28
Add DITO notebook ( #2387 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-10-18 16:55:29 +00:00
85e93c8db3
Add OWL-ViT v2 notebook ( #2386 )
...
* Add OWL-ViT v2 notebook
* Add OWL-ViT v2 notebook.
---------
Co-authored-by: minwoopark <minwoopark@google.com >
2023-10-18 16:53:24 +00:00
Andrew Ferlitsch and GitHub
df11806ebf
fix: missing learn more about ( #2384 )
2023-10-18 14:16:28 +00:00
Andrew Ferlitsch and GitHub
57210868ad
fix: missing learn more about ( #2385 )
2023-10-18 12:28:23 +00:00
Jose Brache and GitHub
44fa59f6de
Jbrache persistent resource ( #2379 )
...
* feat: Committing new example for persistent resources
* feat: Committing new example for persistent resources
2023-10-17 21:32:52 +00:00
Xiang Xu and GitHub
d397549dac
fix streaming ( #2378 )
2023-10-17 19:42:20 +00:00
Andrew Ferlitsch and GitHub
c45aaff2f1
fix: handling H1 heading ( #2383 )
2023-10-17 17:47:12 +00:00
Andrew Ferlitsch and GitHub
88cf9b3278
update indices ( #2382 )
2023-10-17 17:42:09 +00:00
Matthew Tang and GitHub
b589216811
Clean up SDK2 Bigframes notebooks ( #2362 )
...
* Clean up SDK2 Bigframes notebooks
* Debug ci dependency error
* Remove cell output
* Remove local overrides
* Additional debug
* Re-trigger CI test
* Rerun CI tests
* Rerun CI tests
* Rerun CI tests
* Add tensorflow-io-gcs-filesystem pin
* Fix version pin
* Fix other version pin
2023-10-17 17:05:54 +00:00
Andrew Ferlitsch and GitHub
7ae85ce5d6
fix: CI/CD failure ( #2377 )
...
* fix: CI/CD failure
* deprecate from official
* lint
2023-10-17 15:58:15 +00:00
Andrew Ferlitsch and GitHub
0ad3530420
Debug CI/CD failure ( #2375 )
...
* Debug CI/CD failure
* change TF11 to TF12
* Update get_started_with_custom_training_autologging_local_script.ipynb
try 2.10
* valid TF12
2023-10-16 23:36:47 +00:00
Andrew Ferlitsch and GitHub
58547f4630
CI/CD: debug fail ( #2346 )
...
* CI/CD: debug fail
* unhardcode the PROJECT_ID
2023-10-16 23:36:02 +00:00
Sebastian Schmidt and GitHub
4fca43d63d
Update MediaPipe Image Generator notebook with latest changes ( #2372 )
2023-10-16 16:40:25 +00:00
KCFindstr and GitHub
8a0acfa1b0
Remove misleading prompt output from openllama notebook ( #2371 )
2023-10-13 15:35:24 +00:00
KCFindstr and GitHub
90001d4234
Add custom dataset support to #ModelGarden PEFT notebooks ( #2370 )
...
* Add custom dataset support to #ModelGarden PEFT notebooks
* Update OpenLLaMA notebook
* Revert unnecessary change in Llama2 notebook.
2023-10-12 20:10:13 +00:00
sen-sam and GitHub
3d4bd5fdfc
chore: rebrand "Vertex AI Feature Store (Legacy)", miscellaneous editorial changes, and changing "ingest" to "import" globally. ( #2369 )
2023-10-12 20:09:17 +00:00
Kathy Yu and GitHub
283c0a3727
Add model evaluation to Dolly V2 notebook. ( #2368 )
2023-10-12 20:08:23 +00:00
Andrew Ferlitsch and GitHub
bbfc2d9114
migrate to official ( #2356 )
...
* migrate to official
* fix: os
* fix: review
* fix: review
2023-10-12 00:17:20 +00:00
Kathy Yu and GitHub
fa1cfbe09b
Remove extra print statement in LLaMA 2 notebook. ( #2366 )
2023-10-11 22:48:51 +00:00
KCFindstr and GitHub
c781c9f7ad
Update #ModelGarden TFVision notebooks model export docker URI. ( #2365 )
2023-10-11 22:48:26 +00:00
Huguens Jean and GitHub
4c37f8e43b
Update SAM docker URI and accelerator type for vertex endpoint deployment. ( #2361 )
2023-10-11 22:47:41 +00:00
KCFindstr and GitHub
acf5853b98
Add #ModelGarden BiomedCLIP notebook. ( #2364 )
2023-10-11 19:05:29 +00:00
Julio Anthony Leonard and GitHub
7d086b08e7
Fix typos and sentence ( #2359 )
...
Fix a typo and add more clarity to sentences
2023-10-11 12:17:33 +00:00
sen-sam and GitHub
e4275197ac
Miscellaneous editorial fixes and rebranding to "Vertex AI Feature Store (Legacy)" ( #2358 )
...
* Miscellaneous editorial fixes and rebranding to "Vertex AI Feature Store (Legacy)"
* chore: rebrand Legacy Feature Store product
2023-10-11 00:35:56 +00:00
Xiang Xu and GitHub
8fede82c32
Upgrade deps version for Mistral model ( #2351 )
2023-10-09 22:53:13 +00:00
Andrew Ferlitsch and GitHub
e598af21ac
debug: CI/CD failure ( #2347 )
...
* debug: CI/CD failure
* debug: CI/CD failure
2023-10-06 22:24:59 +00:00
Andrew Ferlitsch and GitHub
682786616c
port: kfp2 ( #2302 )
...
* port: kfp2
* fix import importer_node
* fix: selector
* fix: format
* lint
* set node
* fix: types
* fix: type
* types
* yaml/json
* yaml/json
* train image
* train image
* key error
* fix: outputs
* fix: outputs
* fix: outputs
* fix: outputs
* fix: outputs
2023-10-06 20:40:51 +00:00
dstnluong-google and GitHub
feee6149a1
Add Vicuna notebook ( #2252 )
...
* Add Vicuna notebook
* Add notebook to CODEOWNERS
* add GPU recs
* replace 33b with 13b-32k
* lint
* Update accelerator count
* Lint
2023-10-06 17:57:31 +00:00
Huguens Jean and GitHub
bf374c8c5e
Fix BioGPT notebook name in Vertex AI Model Garden. ( #2344 )
2023-10-06 17:29:02 +00:00
Xiang Xu and GitHub
7e58fb8471
add streaming to llm notebooks ( #2345 )
2023-10-06 17:27:22 +00:00
Andrew Ferlitsch and GitHub
37f75ce3da
fix: rebrand ( #2342 )
2023-10-06 13:45:14 +00:00
Andrew Ferlitsch and GitHub
2b94e8b51e
fix: rebrand ( #2343 )
2023-10-06 13:43:37 +00:00
Andrew Ferlitsch and GitHub
0041b7da91
fix: rebrand ( #2341 )
2023-10-06 13:42:32 +00:00
Andrew Ferlitsch and GitHub
6de14d11c8
port: kfp2 ( #2327 )
...
* port: kfp2
* fix: imports
* fix: v1
* fix: params
* fix: params
* fix: imports
* fix: model upload
* fix: importer node
* fix: artifacts_type
* fix: component paths
* fix: component paths
* fix: component paths
2023-10-06 00:20:50 +00:00
Rajesh Thallam and GitHub
203d2e8a0b
Add Mistral models to Vertex AI Model Garden ( #2340 )
...
* PyTorch efficient training - refcator code
* Revert "PyTorch efficient training - refcator code"
This reverts commit 90b563a7697b15b4154ac76236b894253dd58f3c.
* Add notebook to deploy Mistral models on Vertex AI
* Add notebook to deploy Mistral models on Vertex AI
* Add notebook to deploy Mistral models on Vertex AI
* Updated notebook to deploy Mistral models on Vertex AI
* Linting fixes
* Adding endpoint cleanup and machine spec
* Updating CODEOWNERS file
* Update linting fixes
2023-10-06 00:02:22 +00:00
Andrew Ferlitsch and GitHub
ca7cb251ec
fix: rebrand ( #2339 )
2023-10-05 23:21:42 +00:00
Andrew Ferlitsch and GitHub
db359011f4
fix: rebrand/clean ( #2334 )
2023-10-05 22:56:14 +00:00
Andrew Ferlitsch and GitHub
52313b8fc4
fix: remove redis ( #2333 )
2023-10-05 22:55:39 +00:00
sen-sam and GitHub
c6a2c8e673
Update online_feature_serving_and_fetching_bigquery_data_with_feature_store.ipynb ( #2331 )
...
Made a minor fix flagged by the PM.
2023-10-05 18:48:08 +00:00
sen-sam and GitHub
3e090ce61d
Update online_feature_serving_and_vector_retrieval_bigquery_data_with_feature_store.ipynb ( #2332 )
...
Minor change (restored the missing "of" in the title).
2023-10-05 18:47:40 +00:00
Huguens Jean and GitHub
8061ce96ed
Add BioGPT to Vertex AI Model Garden. ( #2323 )
2023-10-05 15:51:28 +00:00
5eeb4b1fd9
Add offical notebook for Vertex SDK LLM snippets ( #1843 )
...
* Add offical notebook for Vertex SDK LLM snippets
* Updating based on template
* cleanup for linter
* edit notebook
* fix lint
* test checks
* project id
* comply with template
* fix lint
* add pandas import
* fix lint
* fix test error
* Address Andy's comments
---------
Co-authored-by: Yvonne <liyvonne@google.com >
2023-10-05 00:15:02 +00:00
Andrew Ferlitsch and GitHub
bc14aa72b9
fix: CI/CD failure ( #2329 )
2023-10-04 23:18:20 +00:00
Andrew Ferlitsch and GitHub
c9faf848b2
port: kfp2 ( #2328 )
2023-10-04 23:17:29 +00:00
Andrew Ferlitsch and GitHub
ea89e8e1f6
port: kfp2 ( #2326 )
2023-10-04 23:13:08 +00:00
Andrew Ferlitsch and GitHub
aa8e2c6af3
port: kfp2 ( #2318 )
...
* port: kfp2
* port: kfp2
2023-10-04 20:28:16 +00:00
2529586683
build(deps): bump pillow ( #2322 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.1 to 10.0.1.
- [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/9.0.1...10.0.1 )
---
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>
2023-10-04 16:38:17 +00:00
66601678e0
build(deps): bump pillow ( #2321 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.1 to 10.0.1.
- [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/9.0.1...10.0.1 )
---
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>
2023-10-04 16:37:47 +00:00
75da4cfb99
build(deps): bump pillow ( #2320 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 9.0.1 to 10.0.1.
- [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/9.0.1...10.0.1 )
---
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>
2023-10-04 16:37:09 +00:00
Eric Dong and GitHub
7d406848ea
feat: feature store 2.0 tutorial (goku) ( #2281 )
...
* feat: feature store 2.0 tutorial (goku)
* Complying with the template
* Complying with the template 2
* clarify the notebook description
* clarify the notebook description 2
* address review comments and rename file
* add known issue and change install package
* wait for the sync job to complete, and fix resource conflicts
* address review comments
* address review comments 2
* add a delay for the endpoint to start properly
2023-10-04 01:20:44 +00:00
Eric Dong and GitHub
2aea69a022
feat: feature store 2.0 tutorial for feature value fetching ( #2283 )
...
* feat: feature store 2.0 tutorial for feature value fetching
* remove 2.0 references and rename file name
* add known issue and change install package
* add sdk; add job check logic; fix cleanup
* address review comments
2023-10-03 20:54:03 +00:00
Andrew Ferlitsch and GitHub
4a56ab4138
port: kfp2 ( #2313 )
2023-10-03 14:31:40 +00:00
Andrew Ferlitsch and GitHub
b7c7691c52
kfp: notice ( #2312 )
2023-10-03 01:50:37 +00:00
Andrew Ferlitsch and GitHub
57da2a745f
kfp: notice ( #2311 )
2023-10-03 01:50:04 +00:00
Andrew Ferlitsch and GitHub
d0ea048385
fix: notice ( #2310 )
2023-10-03 01:49:28 +00:00
Andrew Ferlitsch and GitHub
15537b2ed8
port: kfp2 ( #2309 )
2023-10-03 01:48:47 +00:00
Andrew Ferlitsch and GitHub
a3239d8b71
port: kfp2 ( #2308 )
2023-10-03 01:48:10 +00:00
Andrew Ferlitsch and GitHub
6ecebd2973
port: kfp2 ( #2304 )
...
* port: kfp2
* fix: import
* fix: params
* fix: json/yaml
2023-10-02 21:37:01 +00:00
Andrew Ferlitsch and GitHub
c4fe6fad23
deprecate ( #2306 )
2023-10-02 20:29:36 +00:00
Andrew Ferlitsch and GitHub
a162051187
deprecate ( #2305 )
2023-10-02 20:18:58 +00:00
Ashley Xu and GitHub
0d7d96e09c
feat: add BigFrames llm code notebooks in generative_ai ( #2290 )
...
* feat: add BigFrames llm code notebooks
* fix: fix the linter and address comments
2023-10-02 17:26:07 +00:00
Huguens Jean and GitHub
5a1549d5cc
Open source jax vision transformer to model garden. ( #2295 )
2023-10-02 16:11:16 +00:00
Kathy Yu and GitHub
aed9434c7f
Add instructions for using L4-24G GPUs to serve LLaMA 2 70B models. ( #2303 )
2023-10-02 16:00:58 +00:00
Andrew Ferlitsch and GitHub
5ce45d1222
port: kfp2 ( #2300 )
...
* port: kfp2
* port: kfp2
* resolve import issue
* fix import
* fix: import
* fix importer_node
2023-10-02 15:50:18 +00:00
Andrew Ferlitsch and GitHub
58b8cba1e9
port: kfp2 ( #2299 )
...
* port: kfp2
* port: kfp2
* port: kfp2
2023-10-02 15:48:42 +00:00
Andrew Ferlitsch and GitHub
da1e2b17f3
port: kfp2 ( #2298 )
...
* port: kfp2
* port: kfp2
2023-10-02 15:47:21 +00:00
Andrew Ferlitsch and GitHub
f98a7aa4d6
port: kfp2 ( #2297 )
...
* port: kfp2
* port: kfp2
2023-10-02 15:30:29 +00:00
Andrew Ferlitsch and GitHub
84393171c2
port: KFP2 ( #2296 )
2023-09-30 14:53:34 +00:00
Ashley Xu and GitHub
d7f07167aa
feat: add BigFrames gen-ai notebook for a use case about drug ( #2291 )
...
* feat: add BigFrames gen-ai notebook for a use case about drug
* fix: sort the imports
* fix: fix the linter checks
2023-09-29 19:05:12 +00:00
Andrew Ferlitsch and GitHub
2511bb1246
fix: CI/CD failure ( #2292 )
...
* fix: CI/CD failure
* fix: CI/CD failure
2023-09-29 16:56:11 +00:00
Andrew Ferlitsch and GitHub
4e3fbed9f7
missing setting IS_COLAB ( #2288 )
2023-09-29 15:54:51 +00:00
dstnluong-google and GitHub
6726b90892
Add train/model_export files for TFVision. ( #2279 )
...
* Add TFVision
* Add TFVision to CODEOWNERS
* remove serving.Dockerifle
* build from vertex-ai
2023-09-29 15:51:30 +00:00
weigary and GitHub
f257b2f924
Add a notebook example for the NLLB model in model garden ( #2289 )
...
* Add a notebook example for the NLLB model in model garden
* Add a notebook example for the NLLB model in model garden
2023-09-28 22:00:06 +00:00
Andrew Ferlitsch and GitHub
2ace347737
fix: CI/CD failure ( #2284 )
...
* fix: CI/CD failure
* continue to debug
* continue to debug
* fix REGION
2023-09-28 18:28:18 +00:00
Huguens Jean and GitHub
572cbaf8b7
Open source detectron2 handler and trainer scripts and dockerfiles. ( #2286 )
2023-09-28 15:23:24 +00:00
eb93058f8e
Add F-VLM Dockerfiles ( #2285 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-09-28 15:22:53 +00:00
Andrew Ferlitsch and GitHub
45e9a2db9e
debug CI/CD internal failure ( #2278 )
...
* debug CI/CD internal failure
* fix: CI/CD failure
2023-09-27 20:58:27 +00:00
Andrew Ferlitsch and GitHub
530b4a6978
fix: cache issue ( #2282 )
...
* fix: cache issue
* fix: missing import
* fix: review comments
2023-09-27 20:56:46 +00:00
Andrew Ferlitsch and GitHub
3a9d88d642
fix: CI/CD failure ( #2277 )
2023-09-27 15:38:29 +00:00
Andrew Ferlitsch and GitHub
fe5dc2bfbe
Update pre-built to prebuilt ( #2276 )
2023-09-25 18:40:56 +00:00
Mend Renovate and GitHub
d4c96f334d
chore(deps): update dependency pyupgrade to v3.13.0 ( #2066 )
2023-09-25 18:30:06 +00:00
Mend Renovate and GitHub
487c04a216
Update python Docker tag to v3.11 ( #1345 )
2023-09-25 18:20:50 +00:00
Matthew Tang and GitHub
45536c644c
Make SDK 2.0 bigframes notebook wording consistent ( #2274 )
...
* Make SDK 2.0 bigframes notebook wording consistent
* Make learn more in a new line
2023-09-25 14:17:48 +00:00
Andrew Ferlitsch and GitHub
297d7b7e71
debug: verify works ( #2275 )
2023-09-25 14:16:15 +00:00
Andrew Ferlitsch and GitHub
4a9e61a007
feat: SDK2 remote predict ( #2259 )
...
* feat: SDK2 remote predict
* fix: 3.10
* fix: py check
* fix: py check
* fix: review comments
* fix: pytorch lightning not support register model
2023-09-22 19:50:52 +00:00
Andrew Ferlitsch and GitHub
ef6c7457c3
fix: CI/CD failure ( #2269 )
2023-09-22 16:10:14 +00:00
weigary and GitHub
578287d3ef
Add a section to merge a base model with a lora ( #2272 )
2023-09-22 15:59:48 +00:00
Andrew Ferlitsch and GitHub
0fb27b69b6
feat: SDK2 remote training ( #2258 )
...
* feat: SDK2 remote training
* fix: 3.10
* fix: 3.10
* fix: py check
* fix: py check
* fix: review comments
2023-09-22 12:57:22 +00:00
Andrew Ferlitsch and GitHub
f327bd4bec
feat: SDK2 remote tuning ( #2260 )
...
* feat: SDK2 remote tuning
* fix: missing pandas
* fix: review comments
2023-09-22 12:54:20 +00:00
xqr-g and GitHub
efc37b883e
Modify a comment. ( #2262 )
2023-09-21 22:31:39 +00:00
Matthew Tang and GitHub
5e8011040d
Add SDK 2.0 Bigframes Tensorflow sample notebook ( #2256 )
...
* Add SDK 2.0 Bigframes Tensorflow sample notebook
* Add pip install tensorflow
* Pin version of tensorflow
* Fix comments
* Add link to bigframes documentation
2023-09-21 18:45:55 +00:00
weigary and GitHub
7189513c27
Make vLLM the default serving option for open llama peft ( #2261 )
2023-09-21 15:34:08 +00:00
Ray Iramaneerat and GitHub
ed560893d9
fix: Add REGION to the pipeline init (plus BigQuery region validation step) to make "non-US" region to work ( #2245 )
...
* Update automl_tabular_classification_beans.ipynb, add REGION to pipeline init and validate BQ REGION
- Add REGION to pipeline init
- Add validation to BQ REGION against pipeline REGION
* Update automl_tabular_classification_beans.ipynb: Add region to the region validation message to print
* Update automl_tabular_classification_beans.ipynb
* Update automl_tabular_classification_beans.ipynb
* Update automl_tabular_classification_beans.ipynb
* Update automl_tabular_classification_beans.ipynb
Fix lint error: white space around =, order of import
2023-09-21 15:32:26 +00:00
Andrew Ferlitsch and GitHub
0df92f8127
feat: streaming prediction ( #2255 )
...
* feat: streaming prediction
* fix: cleanup
* fix: review comments
* fix: learn about
2023-09-21 13:48:38 +00:00
Andrew Ferlitsch and GitHub
b43d97e2c6
feat: SDK2 tabnet ( #2253 )
...
* feat: SDK2 tabnet
* fix: hardcoded project id
* fix: hardcoded project id
* fix: import scikit-learn
* fix: install preview
* fix: installs
* fix: missing TF
* fix: review comments
* fix: todo
2023-09-20 19:39:40 +00:00
Matthew Tang and GitHub
5b4f20a1ef
Add SDK 2.0 Bigframes Pytorch sample notebook ( #2247 )
...
* Add SDK 2.0 Bigframes Pytorch sample notebook
* Fix lint
* Add torch pip install
* Add remote job name constant
2023-09-19 19:03:06 +00:00
dstnluong-google and GitHub
cac8816db7
Add LoRA examples to SD notebook. ( #2221 )
...
* Add LoRA examples to SD notebook.
* Add comment to explain taks flag
* fix
* set correct task
* Add LoRA to SD notebook
2023-09-19 16:15:09 +00:00
xqr-g and GitHub
6d00ad9e95
Add embedding new API colab to the official folder. ( #2246 )
...
* Add embedding new API colab to the official folder.
* Add more comments.
* Change the description from See from to Learn more
2023-09-19 16:11:33 +00:00
Andrew Ferlitsch and GitHub
65a5f952c4
fix: post Next ( #2250 )
...
* fix: post Next
* fix: lint
2023-09-18 20:53:01 +00:00
Andrew Ferlitsch and GitHub
6662639e30
update: post-Next ( #2249 )
2023-09-18 20:34:30 +00:00
Matthew Tang and GitHub
461e1e6f8b
Add SDK 2.0 Bigframes Sklearn sample notebook ( #2238 )
...
* Add SDK 2.0 Bigframes Sklearn sample notebook
* Fix lint
* Unpin python version since py310 is broken for CI
* Rerun lint
* Resolve comments
* Remove local overrides
* Update folder path
2023-09-18 19:02:56 +00:00
Andrew Ferlitsch and GitHub
e27db74595
fix: new model value ( #2207 )
2023-09-18 16:24:08 +00:00
Eric Dong and GitHub
e4895da43b
fix: investigate a weekly regression error - remove a hardcoded debug code cell ( #2244 )
2023-09-18 16:16:38 +00:00
David Haley and GitHub
a331687d86
Add missing 'import os' for notebooks in Colab ( #2105 )
...
* Add missing 'import os' for Colab
The module is imported, but the Colab instructions restart the kernel
losing the import. Make sure `os` is imported on use.
* Remove redundant import
2023-09-15 14:03:33 +00:00
Huguens Jean and GitHub
54cb49c269
Manually release oss vLLM source code and dockerfiles to model garden. ( #2243 )
2023-09-14 17:50:00 +00:00
a7a106db51
Add F-VLM training. ( #2241 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-09-14 03:22:01 +00:00
Kelsi Lakey and GitHub
0d080632d8
Update Image Classification components to use updated v0.2 container (reduced number of vulnerabilities) ( #2242 )
...
* Update preprocess component to use ready-to-go docker container v0.2
* Update load component to use ready-to-go docker container v0.2
* Update train component to use ready-to-go docker container v0.2
* Update transcode csv component to use ready-to-go docker container v0.2
* Update load component to use ready-to-go docker container v0.2
2023-09-14 03:20:39 +00:00
Sebastian Schmidt and GitHub
3b1249eb41
Remove duplicate configuration of project ID ( #2240 )
2023-09-13 22:44:18 +00:00
genquan9 and GitHub
2e9d41266a
Minor updatesfor LLaMA2 notebooks with clear instructions ( #2239 )
2023-09-13 05:24:05 +00:00
Huguens Jean and GitHub
b8b6a17836
Manually release oss TIMM source code and dockerfiles to model garden. ( #2236 )
2023-09-13 05:22:42 +00:00
KCFindstr and GitHub
d1b68b2d19
Add Vertex Online Prediction to #MediaPipe #ModelGarden image generation notebook. ( #2227 )
2023-09-13 05:19:54 +00:00
Sebastian Schmidt and GitHub
9c6ea2571c
Add Face Stylizer notebook ( #2230 )
...
* Add Face Stylizer notebook
* Remove unused import
2023-09-12 17:59:41 +00:00
Kathy Yu and GitHub
3a4c6f6c3a
Add language model evaluation to Falcon Instruct + PEFT notebook. ( #2231 )
2023-09-11 16:21:55 +00:00
dstnluong-google and GitHub
e77aadf64e
Fix comments ( #2234 )
2023-09-11 16:18:13 +00:00
Xiang Xu and GitHub
dc6949043f
fix llama gcs bucket path ( #2226 )
2023-08-31 22:23:04 +00:00
genquan9 and GitHub
d9ac568f07
Add instructions to deploy Llama2 13B with multiple V100 ( #2224 )
...
* Add instructions to deploy Llama2 13B with multiple V100
* update the prediction reference link
2023-08-31 17:21:08 +00:00
xqr-g and GitHub
c32505330c
Remove the quiet tag ( #2225 )
...
* Demo colab for the embedding model
* Update text_embedding_api_cloud_next_new_models.ipynb
* Update the demo. Update the CODEOWNER.
* Update the links.
* Remove the quiet tag of the pip command
2023-08-30 22:08:23 +00:00
xqr-g and GitHub
f5354ad8e8
Update the links to the embedding demo. ( #2223 )
...
* Demo colab for the embedding model
* Update text_embedding_api_cloud_next_new_models.ipynb
* Update the demo. Update the CODEOWNER.
* Update the links.
2023-08-30 04:56:13 +00:00
xqr-g and GitHub
0647c1c790
Demo colab for the embedding model ( #2222 )
...
* Demo colab for the embedding model
* Update text_embedding_api_cloud_next_new_models.ipynb
* Update the demo. Update the CODEOWNER.
2023-08-30 04:20:52 +00:00
bda6fb06d8
Fixes the build failure ( #2195 )
...
* feat: boilerplate reduction 59
* fix: bucket
* spark runtime
* dataproc runtine -> 1.1.20
* updates the build steps + clean up steps
* ran linter test
* adds gcloud components update step for test env + adds needed services in before you begin section
* ran linter test
* moves the gcloud components update to the start + updates experiment fetching
* ran linter test
* updates the aiplatform sdk to the latest
* ran linter test
* removes gcloud components update and adds try except at get_dataframe() method
* ran linter test
* initializes experiment + adds gcloud update + removes try catch
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-29 19:33:36 +00:00
KCFindstr and GitHub
66472e2642
Revise Model Garden MoViNet notebooks ( #2220 )
...
* Revise Model Garden MoViNet notebooks.
* Update GPU number in MoViNet notebook docs.
2023-08-29 19:31:33 +00:00
Xiang Xu and GitHub
887ed4c9e2
update llama2 ( #2219 )
2023-08-29 19:30:36 +00:00
Kathy Yu and GitHub
c9bea5fa06
Add language model evaluation to OpenLLaMA + PEFT notebook. ( #2218 )
...
* Add language model evaluation to OpenLLaMA + PEFT notebook.
* Sync lint change to OpenLLaMA + PEFT notebook.
2023-08-29 19:30:03 +00:00
Alexey Volkov and GitHub
c8941953a7
Pipeline components - cherry-pick fix: Google-cloud - Vertex_AI - Models - Upload_XGBoost_model - Fixed the file extension ( #2217 )
...
* Pipeline components - cherry-pick fix: Google-cloud - Vertex_AI - Models - Upload_XGBoost_model - Fixed the file extension
Cherry-pick of [fix: Google-cloud - Vertex_AI - Models - Upload_XGBoost_model - Fixed the file extension](https://github.com/Ark-kun/pipeline_components/commit/e16ceefd98743165eda70147f75bb4ac0f11d259 )
* [Community] Train tabular models with many frameworks - Updated the XGBoost samples
2023-08-29 12:18:10 +00:00
Xiang Xu and GitHub
ba91df54ac
add llama2 rlhf ( #2215 )
2023-08-29 01:19:33 +00:00
Yvonne Li and GitHub
8f5f5a6b69
feat: add notebook for next ( #2214 )
...
* add notebook for next
* fix lint error
* move file
2023-08-29 01:18:47 +00:00
Xiang Xu and GitHub
ff1c126df5
fix codellama ( #2212 )
2023-08-28 21:41:59 +00:00
kathyyu-google and GitHub
d35b3d08c8
Add Dockerfile for language model evaluation harness. ( #2209 )
2023-08-28 15:37:25 +00:00
Xiang Xu and GitHub
5dd9acd84b
add codellama ( #2210 )
2023-08-28 15:36:59 +00:00
Huguens Jean and GitHub
7703378a58
Open source Bytetrack multi object tracking container to model garden. ( #2206 )
2023-08-25 16:44:29 +00:00
Andrew Ferlitsch and GitHub
f74425e740
feat: RLHF bulk infer ( #2203 )
...
* feat: RLHF bulk infer
* fix: review comments
* fix: review comment
* fix: review comment
* update: text-bison@001
* fix: revert change
* fix: colab endpoint
2023-08-24 19:36:13 +00:00
Andrew Ferlitsch and GitHub
ee651d1f22
feat: RLHF tuning ( #2202 )
...
* feat: RLHF tuning
* fix: review comments
* fix: review comments
2023-08-24 17:00:05 +00:00
Sebastian Schmidt and GitHub
5128b8c6f2
Sync MediaPipe notebooks with internal versions ( #2204 )
...
* Sync MediaPipe notebooks with internal versions
* Fix breakage due to lint
* Lint
2023-08-23 21:05:18 +00:00
Xiang Xu and GitHub
80752fb7b8
fix vllm ( #2201 )
2023-08-23 20:53:42 +00:00
0a4421504e
Add Stable Diffusion notebook ( #2199 )
...
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-23 16:16:45 +00:00
xcchen1 and GitHub
fe18c65c5b
Add StarCoder notebook. ( #2198 )
2023-08-23 16:16:33 +00:00
Xiang Xu and GitHub
27ad9ef273
add vLLM ( #2200 )
2023-08-23 16:11:33 +00:00
Mark and GitHub
5c6d4b89a0
Add notebook for Tabular Workflow for Forecasting ( #2184 )
2023-08-23 16:10:44 +00:00
dstnluong-google and GitHub
20b69adc5c
Add OSS checkpoint to YOLOv7 ( #2169 )
...
* support yolov7
* Add OSS checkpoint to YOLOv7
2023-08-22 22:36:41 +00:00
dstnluong-google and GitHub
d7e5cf0f85
Switch peft notebooks from vertex-ai-restricted to vertex-ai ( #2167 )
2023-08-22 22:35:40 +00:00
genquan9 and GitHub
d94e1b0edf
Update instruction to enable NLP API for text moderation ( #2194 )
2023-08-21 15:50:42 +00:00
KCFindstr and GitHub
fab75315ae
Add MoViNet action recognition notebook ( #2193 )
2023-08-18 19:37:26 +00:00
weigary and GitHub
f3be7fac74
Open source Parameter-efficient Fine-tuning (PEFT) containers ( #2192 )
2023-08-17 23:57:49 +00:00
Krishna Chaithanya Movva and GitHub
df20a2fe50
Fixes the 400 model server issue ( #2190 )
...
* fixes the sklearn versions + section structure updates based on template
* ran linter test
2023-08-17 17:29:39 +00:00
Karl Weinmeister and GitHub
1a9c7011f0
fix: update notebook template comment ( #2191 )
...
Add extra # character. This enables users to uncomment the whole cell, versus picking just the right lines to uncomment.
2023-08-17 17:27:27 +00:00
genquan9 and GitHub
3eb27ebf71
Polish llama2 notebooks ( #2189 )
2023-08-17 17:26:29 +00:00
edb90d4255
Fixes the issues from PR#1871 ( #2186 )
...
* fix: boilerplate reduction 41
* fix: install
* fix: TFDV version
* fix: increase wait time
* increase wait time
* replace INPUT_GS_PATH with TRAINING_DATASET while copying data in GCS + removes future tense + clean up step for batch job + moves the learn more section above clean up section
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-16 16:42:43 +00:00
dstnluong-google and GitHub
c7332c647b
Add Keras YOLOv8 notebook. ( #2159 )
...
* Add Keras YOLOv8 notebook.
* List out possible backbones.
* Make expand_dims consistent
* Add function comments and sample dataset
* Fix comment.
2023-08-16 16:36:38 +00:00
genquan9 and GitHub
60e0aafbbc
update llama2 notebooks with precision mode and override parameters ( #2183 )
2023-08-15 16:01:01 +00:00
bingatgoogle and GitHub
a89991e159
Mg stable diffusion xl ( #2179 )
...
* Add the stable diffusion xl notebook
* Fix CODEOWNERS error.
* Minor changes to stable diffusion xl notebook.
* Add workbench link in stable diffusion xl notebook.
2023-08-15 16:00:29 +00:00
weigary and GitHub
437c23bbdf
Add batch prediction examples to the ICN/IOD proprietary models in Mo… ( #2171 )
...
* Add batch prediction examples to the ICN/IOD proprietary models in Model Garden
* Update teh IOD documentation to allow users to use up to 8 GPUs in training.
* Resolved comments
2023-08-15 15:59:48 +00:00
dstnluong-google and GitHub
8730fd6fec
Add local inference for Falcon Instruct. ( #2174 )
...
* Add local inference for Falcon Instruct
* Lint
* Add memory necessary for falcon 7b
* nit: Typo
2023-08-14 18:34:18 +00:00
dstnluong-google and GitHub
d7caba028c
Add local inference instructions to OpenLLaMA ( #2172 )
...
* Add local inferences to openllama
* Lint
* model.to is unnecessary
* Remove commented line
2023-08-14 18:33:41 +00:00
9ce9cec0a8
Reduction 88 ( #2178 )
...
* fix: boilerplate reduction 88
* fix: install
* fix: reduce dataset size
* fix: > 24hrs
* fix: reduce dataset for testing
* fix: reduce dataset for testing
* updates sklearn and fixes the version, elaborates some existing descriptions and adds updates based on the template
* ran linter test
* changes FILE_NAME to LOCAL_FILE_NAME and adds a clean up step for the local saved model
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-14 17:39:11 +00:00
42bc870ee3
Fixes timestamp issue + Elaborates some text descriptions ( #2177 )
...
* fix: boilerplate reduction 33
* fix: project ID
* fix: df type
* fix: uuid
* fix: uuid
* fix: uuid
* fix: uuid
* fix: timestamp
* fixes the timestamp issue + cleans up the descriptions
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-14 16:04:28 +00:00
dstnluong-google and GitHub
85f4e2b294
Fix YOLOv7 config link ( #2175 )
2023-08-14 16:00:25 +00:00
genquan9 and GitHub
734836b928
Add a notebook for llama2 serving and finetuning with peft, and analyze with vertex text moderation API ( #2170 )
...
* Add a notebook for llama2 serving and finetuning with peft, and analyze with vertex text moderation API
* Fix comments
2023-08-14 15:57:31 +00:00
0b13475152
fix: Removed memorystore ( #2173 )
...
Co-authored-by: ivanmkc@google.com <ivanmkc@google.com >
2023-08-12 18:50:51 +00:00
4320bf500c
Added multimodal embeddings ( #2164 )
...
* fix: Added multimodal embeddings notebook
* Fixed remaining issues
* Reverted notebooks/official/matching_engine/sdk_matching_engine_create_text_to_image_embeddings.ipynb
* Reduced QPS to 2
* Ran linter
* Added None check
* Fixed header links
* Fixed header text
* GH review fixes
* Removed outputs
* Changed title
* debug
* More fixes
---------
Co-authored-by: ivanmkc@google.com <ivanmkc@google.com >
2023-08-11 01:30:05 +00:00
07ec84687e
Reduces the max_steps parameter + Textual content updates and fixes ( #2168 )
...
* fix: issue 2125
* removes duplicate parameters, reduces max_steps to 100, fixes grammar and updates realted to the writing guidelines
* removes f from the string parameter
* ran linter test
* sets max_steps to 20 and adds lines in the cleanup step to remove the pipeline jobs
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-10 20:49:01 +00:00
Lav Rai and GitHub
06926f8318
Add F-VLM notebook. ( #2166 )
2023-08-10 20:48:12 +00:00
Krishna Chaithanya Movva and GitHub
067fab6aba
Adds preprocessing steps from the original dataset ( #2165 )
...
* adds the preprocessing steps on the original dataset + updates for boiler plate reduction
* ran linter test
* adds project-id and ticks in the sql queries
* ran linter test
2023-08-09 16:25:14 +00:00
Yvonne Li and GitHub
b239467901
feat: add generative ai notebooks ( #2127 )
...
* add generative ai notebooks
* fix lint
* comment out auth
* comply with official notebook templates
* fix lint + comments
* fix clear output
* fix lint error
* resolve Andy's comments
* remove TODOs
* fix lint
* add code comments
* change we to you
2023-08-08 18:41:22 +00:00
Andrew Ferlitsch and GitHub
9cb60dc7f8
fix: bad filename ( #2162 )
...
* fix: bad filename
* fix: lint
2023-08-08 18:35:19 +00:00
Andrew Ferlitsch and GitHub
8ad0e435e8
fix: broken links ( #2161 )
2023-08-08 18:35:07 +00:00
Andrew Ferlitsch and GitHub
e229ba997b
fix broken links ( #2160 )
2023-08-08 18:34:55 +00:00
KCFindstr and GitHub
8f1c79684f
Switch movinet and data converter dockers to vertex-ai project ( #2158 )
2023-08-08 17:45:39 +00:00
Lynne and GitHub
1ecb182603
Add OpenCLIP notebook ( #2154 )
...
* Add OpenCLIP notebook
* Resolve PR comments.
2023-08-08 04:24:09 +00:00
68452d30ce
Typo fixes + Template related updates + Grammar + Dataflow service dependancy ( #2155 )
...
* upgrade: boilerplate reduction 38
* fixes the pipeline-root-path typo, adds dataflow api dependency in the before-you-begin section, restructures the sections according to the template, fixes grammar and headings
* ran linter test
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-08 04:23:28 +00:00
Andrew Ferlitsch and GitHub
2c12bcb257
fix: replace internal links ( #2157 )
2023-08-07 22:09:58 +00:00
Andrew Ferlitsch and GitHub
688f748c1e
fix: official standard ( #2156 )
2023-08-07 22:09:53 +00:00
Andrew Ferlitsch and GitHub
57061d7a7b
fix: official standard ( #2151 )
2023-08-07 22:09:44 +00:00
c26c240570
Add train/serve files for OpenCLIP ( #2153 )
...
* Add train/serve files for OpenCLIP
* Fix build path in comment
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-07 17:33:23 +00:00
KCFindstr and GitHub
ce1f9080ee
Add data converter and movinet code to model garden ( #2152 )
...
* Add model garden data converter and movinet code.
* Add movinet and data converter CODEOWNERS.
2023-08-07 17:21:11 +00:00
5909a3dbb1
Update documentation about only 2 GPUs are supported now. ( #2150 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-08-04 19:52:12 +00:00
5ec6512c3e
feat: boiler plate reduction 54 - bigquery-public-data:ml_datasets.census_adult_income: not exist ( #1912 )
...
* feat: boiler plate reduction 54
* fix: bucket
* fix: import os
* ran linter test (#2138 )
---------
Co-authored-by: Krishna Chaithanya Movva <krishna.movva@springml.com >
2023-08-04 17:05:17 +00:00
Andrew Ferlitsch and GitHub
c9ff35db22
fix: issue 1898 ( #2148 )
2023-08-04 01:31:20 +00:00
Andrew Ferlitsch and GitHub
2dd8729326
fix: deprecated service ( #2146 )
2023-08-04 01:27:20 +00:00
Andrew Ferlitsch and GitHub
b9e07d9400
fix: issue 2121 ( #2145 )
2023-08-04 01:25:59 +00:00
9d3c84dbd5
Change default accelerator count. ( #2147 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-08-03 21:15:18 +00:00
Andrew Ferlitsch and GitHub
d2b07abdea
Mg 1 ( #2141 )
...
* update: official requirements
* update: official requirements
2023-08-03 16:46:39 +00:00
dstnluong-google and GitHub
fff45ff60a
Revert URI back to vertex-ai-restricted ( #2142 )
2023-08-03 16:46:09 +00:00
Karl Weinmeister and GitHub
f115e52637
Update copyright year to 2023 in notebook template ( #2143 )
2023-08-03 16:45:38 +00:00
dstnluong-google and GitHub
3c7c3f8b3a
revert change to docker URI ( #2140 )
2023-08-02 22:08:12 +00:00
188525acc9
Update deploy machine info. ( #2139 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-08-02 22:07:35 +00:00
90da7214c7
Add Pic2Word serving dockerfile and handler ( #2134 )
...
* Added Pic2Word notebook to Vertex AI Model Garden.
* Added jismailyan to pic2word notebook codeowners
* Pic2Word update.
* Formatted notebook using lint script.
* Add Pic2Word serving dockerfile and handler.
* Add jismailyan to CODEOWNERS for model OSS pic2word
* Fix filename typo
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-08-01 19:07:27 +00:00
ac4bf93914
Adding video object tracking with Vertex AI IOD endpoint and Bytetrac… ( #2098 )
...
* Adding video object tracking with Vertex AI IOD endpoint and Bytetrack to model garden.
* Run vot container locally.
* fix: typo in license
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@gmail.com >
2023-08-01 19:04:08 +00:00
Andrew Ferlitsch and GitHub
80eefe2043
debug: check if passes 20 - 'float' has no len() ( #2044 )
...
* debug: check if passes 20
* fix: len float issue
2023-08-01 01:22:10 +00:00
Andrew Ferlitsch and GitHub
d573c9e7f5
fix: scikit-learn version ( #2135 )
2023-08-01 01:21:22 +00:00
Andrew Ferlitsch and GitHub
62f49b91ec
fix: install db-dtypes ( #2112 )
...
* fix: install db-dtypes
* fix: TF import issue
* fix: TF related import
* debug: import issue
* debug: TF issue
* debug: try again
* fix: install issue
* fix: install within job
* fix: install within job
2023-07-31 20:11:35 +00:00
KCFindstr and GitHub
0901306cf5
Fix #ModelGarden MoViNet notebook links ( #2133 )
2023-07-31 19:16:24 +00:00
Sebastian Schmidt and GitHub
2dd47e8c70
Add GestureRecognizer and TextClasssifier notebooks ( #2129 )
...
* Add GestureRecognizer and TextClasssifier notebooks
* Updates
2023-07-31 17:44:44 +00:00
Andrew Ferlitsch and GitHub
3e89a23166
fix: CI/CD failure ( #2123 )
...
* fix: CI/CD failure
* fix: delete dataset
2023-07-28 23:17:40 +00:00
Andrew Ferlitsch and GitHub
d48692bd4b
fix: torch install ( #2130 )
...
* fix: torch install
* try again
2023-07-28 23:16:49 +00:00
9fa9fb078e
add a separate notebook for falcon instruct peft to be more easy to understand ( #2126 )
...
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-07-28 15:39:10 +00:00
Daniel Elias Becerra and GitHub
e170a5cb5a
Add workaround to import BigQuery table for predictions_bigquery_sour… ( #2110 )
...
* Add workaround to import BigQuery table for predictions_bigquery_source parameter
* Fix format after running lint
* Comment out optional code block for reference
* Comment out optional code block for reference
* Change env variables
2023-07-28 15:36:40 +00:00
KCFindstr and GitHub
a6794907e4
Add #ModelGarden MoViNet Video Clip Classification Notebook ( #2119 )
...
* Add #ModelGarden MoViNet video classification notebook.
* Add CODEOWNERS for MoViNet clip classification community notebook.
* Revise #ModelGarden MoViNet VCN notebook
2023-07-27 17:22:10 +00:00
Andrew Ferlitsch and GitHub
fed657b8fb
fix: pip install ( #2124 )
2023-07-26 21:11:03 +00:00
Andrew Ferlitsch and GitHub
c2ca773c27
debug: check if passes 26 ( #2050 )
...
* debug: check if passes 26
* fix: setting project ID
2023-07-25 20:41:00 +00:00
Andrew Ferlitsch and GitHub
228cad82c2
fix: AR not found ( #2116 )
2023-07-25 00:46:33 +00:00
Andrew Ferlitsch and GitHub
d83ef25cc6
fix: pin gcpc ( #2114 )
2023-07-25 00:42:59 +00:00
a6439ecb5e
Added Pic2Word notebook to Model Garden github ( #2026 )
...
* Added Pic2Word notebook to Vertex AI Model Garden.
* Added jismailyan to pic2word notebook codeowners
* Pic2Word update.
* Formatted notebook using lint script.
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-07-24 21:09:23 +00:00
Andrew Ferlitsch and GitHub
2cbebe604c
fix: numpy type ( #2117 )
2023-07-24 20:40:07 +00:00
Andrew Ferlitsch and GitHub
432ce2aeb1
fix: AR issue ( #2115 )
2023-07-24 20:39:32 +00:00
Andrew Ferlitsch and GitHub
654907ad4d
fix: missing install ( #2113 )
2023-07-24 20:15:40 +00:00
Andrew Ferlitsch and GitHub
8d0ad548b2
fix: positional params ( #2111 )
2023-07-24 19:47:55 +00:00
dstnluong-google and GitHub
0bb5343dca
Replace vertex-ai-restricted with vertex-ai for diffusers, keras, and transformers; also remove extraneous <td> ( #2099 )
...
* Add train/serve files for keras
* Fix comment and typo.
* Fix dockerfile commands
* Fix dockerfile comment.
* replace vertex-ai-restricted iwth vertex-ai for diffusers, keras, and transformers; also remove extraneous <td>
2023-07-24 18:55:45 +00:00
Andrew Ferlitsch and GitHub
97a18feba0
fix: branding ( #2109 )
2023-07-22 13:31:45 +00:00
7200238f4f
Update deploy machine information. ( #2107 )
...
Co-authored-by: minwoopark <minwoopark@google.com >
2023-07-21 15:34:09 +00:00
genquan9 and GitHub
d9058c2e4e
add a sperate notebook for openllama peft to be more specific ( #2106 )
2023-07-21 15:33:08 +00:00
dstnluong-google and GitHub
1b6e663af0
Move frames_to_video_bytes to handler.py ( #2104 )
2023-07-20 15:30:28 +00:00
Andrew Ferlitsch and GitHub
5887f400c8
feat: KFP2 pipeline example ( #2096 )
...
* feat: KFP2 pipeline example
* Update kfp2_pipeline.ipynb
remove hardwired project ID
* fix: review
2023-07-19 21:12:45 +00:00
dstnluong-google and GitHub
5e509423a6
support yolov7 ( #2037 )
2023-07-19 16:55:41 +00:00
dstnluong-google and GitHub
bb61d92f80
Add train/serve files for keras ( #2077 )
...
* Add train/serve files for keras
* Fix comment and typo.
* Fix dockerfile commands
* Fix dockerfile comment.
2023-07-18 15:42:07 +00:00
genquan9 and GitHub
34431b6511
Fix typos in peft notebooks ( #2100 )
...
* fix typos in keras model deployment
* fix types in peft notebook
2023-07-18 15:31:30 +00:00
dstnluong-google and GitHub
ec3ec5a2c1
import urllib in timm notebook ( #2101 )
...
* import urllib
* lint
2023-07-18 15:30:59 +00:00
d9f5a40088
fix: boilerplate reduction 76 - training failed - bug filed ( #1947 )
...
* fix: boilerplate reduction 77
* fix: lint
* fix: syntax error
* fix: GCS bucket
* Fix GCS bucket
* fix: bucket
* fix: bucket
* fix: correct the model GSC output path (#2102 )
---------
Co-authored-by: Eric Dong <itseric@google.com >
2023-07-18 14:18:21 +00:00
713a54815b
debug: check if passes 30 - Training failed ( #2054 )
...
* debug: check if passes 30
* fix: service account
* fix: pin protobuff version for dependency compatibility (#2097 )
---------
Co-authored-by: Eric Dong <itseric@google.com >
2023-07-17 16:10:22 +00:00
Andrew Ferlitsch and GitHub
06c87bc24d
debug: regression failure ( #2093 )
...
* debug: internal error
* debug: install dbdtypes
* debug: create repo
2023-07-17 15:57:06 +00:00
Andrew Ferlitsch and GitHub
75c37416d8
debug: internal error ( #2092 )
2023-07-17 15:46:49 +00:00
dstnluong-google and GitHub
ad99d0d0c0
Fix local inference when loading weights from GCS ( #2090 )
...
* Fix local inference when loading weights from GCS
* remove extra <td>
2023-07-14 22:37:31 +00:00
dstnluong-google and GitHub
c7b3e67989
Remove COCA from available models ( #2091 )
2023-07-14 22:36:54 +00:00
dstnluong-google and GitHub
2f7078e6a8
Cleanup IOD proprietary notebook. ( #2035 )
...
* Cleanup proprietary IOD notebook
* lint
* fix: aip to aiplatform
2023-07-14 18:18:45 +00:00
dstnluong-google and GitHub
393bb67645
Cleanup ICN proprietary notebook. ( #2034 )
...
* Clean up ICN proprietary notebook
* Lint
* add back region check
2023-07-14 18:18:06 +00:00
genquan9 and GitHub
b945549ec4
minor updates for peft notebooks with BERT supports ( #2089 )
...
* fix typos in keras model deployment
* minor updates for peft notebooks with BERT supports
2023-07-14 18:05:45 +00:00
Xiang Xu and GitHub
d963893088
remove t5 ( #2088 )
2023-07-14 18:05:03 +00:00
dstnluong-google and GitHub
7ffbf0cde7
Add pylintrc to model_oss ( #2085 )
2023-07-14 18:04:21 +00:00
Sebastian Schmidt and GitHub
fb978444f7
Update wording in MediaPipe notebooks ( #2084 )
2023-07-14 18:03:40 +00:00
dstnluong-google and GitHub
de35525c70
Install entire diffusers repository rather than diffusers package ( #2081 )
...
* Install entire diffusers repository rather than diffusers package
* Remove google3 references
* Update diffuser install for serve.Dockerfile
* Add video_utils
* Move common functions to util and video_util.
* Fix dockerfile commands by adding $
2023-07-14 18:02:53 +00:00
Andrew Ferlitsch and GitHub
feb0e6410d
feat: add arg for max concurrent notebooks ( #2080 )
2023-07-14 18:02:01 +00:00
Andrew Ferlitsch and GitHub
6b1c0b35e8
fix help msg ( #2079 )
...
* feat: make rate limit a cmdarg
* review: rename cmd arg
* fix: replace rate_limit with max_threads
* fix: docstring typo
2023-07-14 18:01:36 +00:00
dstnluong-google and GitHub
04540495f0
Add transformers serve files. ( #2075 )
...
* Add transformers serve files.
* Add transformer files to CODEOWNERS
* Add image_format_converter.py to utils
* Add $ to dockerfile example commands.
2023-07-14 18:01:04 +00:00
bingatgoogle and GitHub
ad6e554984
Add the stable diffusion 2.1 notebook ( #2087 )
2023-07-12 20:09:48 +00:00
Andrew Ferlitsch and GitHub
ee52b0487c
feat: make rate limit a cmdarg ( #2078 )
...
* feat: make rate limit a cmdarg
* review: rename cmd arg
* fix: replace rate_limit with max_threads
2023-07-07 15:58:48 +00:00
Andrew Ferlitsch and GitHub
89b494b96d
Attempt to fix CI/CD issue ( #2074 )
...
* Attempt to fix CI/CD issue
* Fix TF import
2023-07-06 21:50:39 +00:00
genquan9 and GitHub
5cc8751c20
fix typos in keras model deployment ( #2070 )
2023-07-06 15:53:11 +00:00
genquan9 and GitHub
0a22ad7578
Add model garden peft notebooks for LLMs ( #2063 )
...
* add model garden peft notebooks for LLMs
* fix comments and minor update peft notebook descriptions
2023-07-05 15:27:31 +00:00
dstnluong-google and GitHub
792313cce5
Remove bad parameters for local stable diffusion. ( #2062 )
2023-06-30 19:52:18 +00:00
Andrew Ferlitsch and GitHub
27e87047bb
fix: lint ( #2065 )
2023-06-30 17:53:05 +00:00
Xiang Xu and GitHub
145b2cab33
add restart ( #2064 )
2023-06-30 16:22:06 +00:00
Andrew Ferlitsch and GitHub
ca65becfe3
debug: lint ( #2061 )
2023-06-29 01:36:53 +00:00
Andrew Ferlitsch and GitHub
eeb5a9f6e4
fix: lint ( #2059 )
2023-06-29 01:35:45 +00:00
Andrew Ferlitsch and GitHub
c5f11d35d5
debug: lint ( #2060 )
2023-06-29 01:34:23 +00:00
Andrew Ferlitsch and GitHub
91beb065ff
next try at resolving lint issue ( #2057 )
2023-06-28 19:19:49 +00:00
Huguens Jean and GitHub
c22fe20973
add missing pycocotools import ( #2058 )
2023-06-28 16:27:42 +00:00
Andrew Ferlitsch and GitHub
e97e5ed7cc
debug: check if passes 29 ( #2053 )
2023-06-28 12:55:48 +00:00
Andrew Ferlitsch and GitHub
be98093169
fix: check if passes 24 ( #2048 )
...
* fix: check if passes 24
* fix: lint
2023-06-28 12:54:58 +00:00
Andrew Ferlitsch and GitHub
ea8bc3f993
debug: check if passes 23 ( #2047 )
2023-06-28 12:54:19 +00:00
Andrew Ferlitsch and GitHub
bcacc0d0d4
set pyupgrade to use Python 3.10 for consistency with Docker version ( #2055 )
2023-06-27 22:01:09 +00:00
Andrew Ferlitsch and GitHub
656afd3cff
debug: check if passes 28 ( #2052 )
2023-06-27 20:11:13 +00:00
Andrew Ferlitsch and GitHub
e6ae1b185c
debug: check if passes 27 ( #2051 )
2023-06-27 20:10:47 +00:00
Andrew Ferlitsch and GitHub
b0fdf128c3
debug: check if passes 25 ( #2049 )
2023-06-27 19:40:44 +00:00
Huguens Jean and GitHub
99c4f80558
SAM notebook final qa. ( #2039 )
2023-06-27 17:43:05 +00:00
Andrew Ferlitsch and GitHub
71436766d2
debug: check if passes 22 ( #2046 )
2023-06-27 17:39:30 +00:00
Andrew Ferlitsch and GitHub
2ad5331658
debug: check if passes 19 ( #2043 )
2023-06-27 17:13:24 +00:00
Andrew Ferlitsch and GitHub
83d231ada8
debug: check if passes 18 ( #2042 )
2023-06-27 17:12:48 +00:00
Andrew Ferlitsch and GitHub
6479533e29
Check if passes 17 ( #2041 )
...
* fix: boulerplate reduction
* fix: IS_COLAB
* fix: IS_COLAB
* debug: check if passes 17
2023-06-27 17:12:22 +00:00
Andrew Ferlitsch and GitHub
6e7ec746d1
update: lower rate limit ( #2036 )
...
per Ivan suggested, change greedy=True to greedy=False
2023-06-27 16:46:05 +00:00
Mend Renovate and GitHub
efd08571df
chore(deps): update dependency pyupgrade to v3.7.0 ( #1986 )
2023-06-27 15:38:19 +00:00
Andrew Ferlitsch and GitHub
44c868c4b4
fix: boilerplate reduction ( #2032 )
...
* fix: boulerplate reduction
* fix: IS_COLAB
* fix: IS_COLAB
2023-06-27 15:34:50 +00:00
Alicia Williams and GitHub
59f7fa0fd9
Remove allowlist note ( #2033 )
2023-06-26 23:39:45 +00:00
Andrew Ferlitsch and GitHub
2c3f2736eb
fix: check if passes 16 ( #2031 )
2023-06-26 19:40:25 +00:00
Andrew Ferlitsch and GitHub
ed54360fc7
fix: check if passes 15 ( #2030 )
2023-06-26 19:39:48 +00:00
Sebastian Schmidt and GitHub
66506d4269
Add MediaPipe Object Detection Colab to Model Garden ( #2025 )
2023-06-26 16:20:19 +00:00
099876c411
Remove VIT from the model_type list since it is not supported yet. ( #2009 )
...
* Add diffusers train/serve docker files.
* Add two notebook examples for model garden google proprietary ICN/IOD models.
* Reformat the icn/iod notebooks.
* Format the notebook files.
* Remove VIT from the list since it is not supported yet.
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-06-26 16:14:33 +00:00
Huguens Jean and GitHub
bfd36eecbb
Cleanup SAM segmentation notebook ( #2027 )
...
* Cleanup SAM notebook to:
- run endpoint/model deployment in separate cell and results visualization in another.
- add show_predictions function to show overlayed masks.
* Fix typo in SAM model garden notebook.
* Fix typo and cleanup SAM notebook with linter.
2023-06-26 16:13:47 +00:00
Andrew Ferlitsch and GitHub
b82ade00bb
fix: stale dataset > 24hrs ( #1928 )
...
* fix: stale dataset
* fix: project ID
2023-06-26 12:14:22 +00:00
Andrew Ferlitsch and GitHub
68f3500196
fix: boilerplate reduction 112 ( #2023 )
...
* fix: boilerplate reduction 112
* fix: machine type
* fix: cleanup
* fix: cleanup
* fix: lint
* fix: lint
* fix: exception
2023-06-26 12:13:04 +00:00
Andrew Ferlitsch and GitHub
74b5b8ce59
fix: boilerplate reduction 18 - > 24hrs ( #1844 )
...
* fix: boilerplate reduction 18
* fix: boilerplate reduction 18
* missing import
* fix: create AR repo
* fix: gcloud update
2023-06-23 23:38:38 +00:00
Andrew Ferlitsch and GitHub
6627f58dac
fix: boilerplate reduction 19 - >24hrs ( #1845 )
...
* fix: boilerplate reduction 19
* fix: create AR repo
* fix: fb install
* fix: install gcloud
* fix: syntax error
2023-06-23 22:01:39 +00:00
Andrew Ferlitsch and GitHub
31fdffd56a
fix: boilerplate reduction 49 - import protobuf ( #1884 )
...
* fix: boilerplate reduction 49
* fix: syntax error
* fix: install
* fix indent
* Update model_monitoring.ipynb
* fix TF install
* TF install
* fix: pin protobuf
* install protobuf
* another attempt at fixing import
* fix: pin versions
* fix: imports
* debug: TF conflict
* fix: user email
2023-06-23 22:01:06 +00:00
Andrew Ferlitsch and GitHub
15bec0d5ba
fix: boilerplate reduction 71 - model path ( #1943 )
...
* fix: boilerplate reduction 71
* bucket name
* bucket name
* fix: bucket
* fix: bucket
* fix: storage path
* fix: model path
2023-06-23 22:00:43 +00:00
Andrew Ferlitsch and GitHub
f0a2b16f75
fix: boiletplate reduction 105 ( #2016 )
...
* fix: boiletplate reduction 105
* fix: missing REGION
* fix: missing import
* Fix: cleanup
2023-06-23 22:00:28 +00:00
Andrew Ferlitsch and GitHub
3c6a5b3245
fix: boilerplate reduction 106 ( #2017 )
...
* fix: boilerplate reduction 105
* fix: bucket name
* fix: cleanup
2023-06-23 22:00:25 +00:00
Sebastian Schmidt and GitHub
21ba3b0f71
Small content updates for ImageClassification notebook ( #2024 )
2023-06-23 19:07:33 +00:00
Andrew Ferlitsch and GitHub
d15a635917
fix: boilerplate reduction 111 ( #2022 )
...
* fix: boilerplate reduction 111
* fix: TIMESTAMP
2023-06-23 18:36:48 +00:00
dstnluong-google and GitHub
ce18d2a32a
Add MaxViT to the TFVision ICN Notebook. ( #1974 )
...
* Add MaxViT to TFVision ICN Notebook
* Lint
2023-06-23 17:55:51 +00:00
Andrew Ferlitsch and GitHub
12cbd5a082
fix: boilerplate 103 ( #2010 )
...
* fix: boilerplate 103
* fix: REGION
2023-06-23 17:08:05 +00:00
Andrew Ferlitsch and GitHub
86fbbdbe01
fix: boilerplate reduction 109 ( #2020 )
...
* fix: boilerplate reduction 109
* fix: remove unused code
* fix: train image
2023-06-23 12:34:09 +00:00
Andrew Ferlitsch and GitHub
191424175e
fix: boilerplate reduction 110 ( #2021 )
2023-06-23 12:32:53 +00:00
Andrew Ferlitsch and GitHub
c544933d44
fix: boilerplate reduction 108 ( #2019 )
...
* fix: boilerplate reduction 108
* fix: missing import
* fix: missing import
2023-06-23 12:32:06 +00:00
Andrew Ferlitsch and GitHub
fff8aad453
fix: boilerplate reduction 107 ( #2018 )
2023-06-23 12:30:58 +00:00
Andrew Ferlitsch and GitHub
3c3c924917
fix: boilerplate reduction 104 ( #2015 )
2023-06-23 12:30:01 +00:00
Andrew Ferlitsch and GitHub
a874825e61
fix: check if passes 11 ( #2013 )
2023-06-23 12:28:58 +00:00
Andrew Ferlitsch and GitHub
10ca70f9b3
fix: boilerplate reduction 100 ( #2005 )
2023-06-23 12:27:24 +00:00
Andrew Ferlitsch and GitHub
b640558e09
fix: check if passes 7 ( #2004 )
2023-06-23 12:26:20 +00:00
Andrew Ferlitsch and GitHub
b5169f96b7
Check passes 10 ( #2012 )
...
* fix: check if passes 9
* fix: check if passes 10
2023-06-22 21:19:44 +00:00
Andrew Ferlitsch and GitHub
b7a3c3faed
fix: check if passes 9 ( #2011 )
2023-06-22 19:35:47 +00:00
weigary and GitHub
9ae5ce3276
Updates to the vision diffusers. ( #2008 )
...
* Add diffusers train/serve docker files.
* Updates to the vision diffusers.
2023-06-22 18:11:06 +00:00
Andrew Ferlitsch and GitHub
bce7d73867
fix: check if passes 8 ( #2006 )
2023-06-22 17:57:16 +00:00
Sebastian Schmidt and GitHub
708861b55c
Add MediaPipe Image Classification notebook ( #1991 )
...
* Add MediaPipe Image Classification notebook
* Add to Codeowners
* Move to MG Community
* Update notebook
* Remove mediapipe-model-maker
2023-06-22 15:55:10 +00:00
Andrew Ferlitsch and GitHub
93f36606a2
fix: check if passes #5 ( #2001 )
2023-06-22 14:48:06 +00:00
Andrew Ferlitsch and GitHub
373795f9f8
fix: check if passes #4 ( #2000 )
2023-06-22 14:47:22 +00:00
Andrew Ferlitsch and GitHub
d9bb986997
fix: boilerplate reduction 99 ( #2003 )
2023-06-22 12:41:40 +00:00
Andrew Ferlitsch and GitHub
048336b6d2
900 sec timeout - Model.upload ( #1984 )
...
* check if passes
* lint: fix
* fix: fix XAI issue
2023-06-22 02:21:46 +00:00
Andrew Ferlitsch and GitHub
9340737a8e
feat: boilerplate reduction 60 - DAG failed ( #1918 )
...
* feat: boilerplate reduction 60
* fix: CI/CD failure
2023-06-22 02:20:34 +00:00
dstnluong-google and GitHub
e801ede0c8
Remove "--allow_compression" flag on serving for Yolo models. ( #1994 )
...
* Remove --allow_compression for Yolo models.
* Lint
2023-06-21 22:23:02 +00:00
Lav Rai and GitHub
7fce82b608
Add ViT JAX notebook. ( #1997 )
...
* Add ViT JAX notebook.
* Add ViT JAX notebook.
2023-06-21 19:06:46 +00:00
Andrew Ferlitsch and GitHub
20440b6418
fix: boilerplate reduction 72 - DAG failed ( #1944 )
...
* fix: boilerplate reduction 72
* fix: region
* data region
* fix: import os
* fix: lint
* fix: lint
* fix: lint
2023-06-21 18:37:11 +00:00
Andrew Ferlitsch and GitHub
ef69968160
fix: boilerplate reduction 82 : custom job not created ( #1953 )
...
* fix: boilerplate reduction 82
* fix: IS_COLAB
* fix: AR repo
* fix: indent
* fix: import os
* fix: enable api
* fix: delete AR
* fix: longer pause
* fix: pause
2023-06-21 17:52:46 +00:00
Andrew Ferlitsch and GitHub
9bbe7c6643
fix: boilerplate reduction 84: NumPy array to a Tensor ( #1955 )
...
* fix: boilerplate reduction 84
* install numpy
* fix: numpy type
* add import numpy
* fix: np type
* fix: syntax error
2023-06-21 16:48:24 +00:00
weigary and GitHub
84875c4814
Notebook ( #1996 )
...
* Add diffusers train/serve docker files.
* Add two notebook examples for model garden google proprietary ICN/IOD models.
* Reformat the icn/iod notebooks.
* Format the notebook files.
2023-06-21 16:23:05 +00:00
Anthony Tripaldi and GitHub
28fb284400
Update broken link for data format ( #1992 )
2023-06-21 15:37:41 +00:00
Andrew Ferlitsch and GitHub
441e4e7965
fix: check if passes - training failed - no model ( #1988 )
...
* fix: check if passes
* fix: import tf
2023-06-21 12:27:04 +00:00
weigary and GitHub
52d1fe548e
Add diffusers train/serve docker files. ( #1995 )
2023-06-21 00:17:03 +00:00
71921231dc
Fixed typo and linkback - 900 sec timeout ( #1551 )
...
* Update automl_text_classification_model_evaluation.ipynb
* pin components
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-06-21 00:10:35 +00:00
Andrew Ferlitsch and GitHub
0553f768eb
boilerplate reduction #97 ( #1990 )
...
* boilerplate reduction #100
* fix: import os
* fix: AR stuff
* fix: syntax error
2023-06-20 23:52:33 +00:00
Andrew Ferlitsch and GitHub
9a0037bb64
fix: cleanup AR > 24hrs ( #1929 )
...
* fix: repo cleanup
* fix: delete AR
* fix: unique repo name
* fix: enable service
* fix: artifact repo create
* fix: create AR repo
* fix: AR create
* fix: IS_COLAB
* fix: gcloud install components
* --quiet option
2023-06-20 21:57:19 +00:00
Andrew Ferlitsch and GitHub
68aad86385
Check passes 4 ( #1989 )
...
* check if passes
* fix: bucket name
2023-06-20 19:14:06 +00:00
Andrew Ferlitsch and GitHub
520a0b0ae8
fix: boilerplate reduction 85 - BUCKET_NAME ( #1956 )
...
* fix: boilerplate reduction 85
* db-dtypes
* fix: pin seaborn
* handle exception
* fix: bucket name
2023-06-20 16:04:00 +00:00
Andrew Ferlitsch and GitHub
8e817a4ece
check if passes ( #1985 )
2023-06-19 16:05:51 +00:00
Andrew Ferlitsch and GitHub
7391eed85c
Update sdk_custom_tabular_regression_online_explain.ipynb ( #1983 )
2023-06-19 14:03:23 +00:00
Andrew Ferlitsch and GitHub
578b118329
Check if passes ( #1982 )
2023-06-19 14:02:49 +00:00
Andrew Ferlitsch and GitHub
4bd9d4c54b
fix: boilerplate reduction 29 - XAI issue ( #1856 )
...
* fix: boilerplate reduction 29
* Fix TF issue, upgrade to 2.11
* Fix: missing cv install
* Update sdk_custom_image_classification_online_explain.ipynb
2023-06-16 19:31:08 +00:00
weigary and GitHub
c97aedf227
Add two additional files to the util directory. ( #1981 )
...
* Add the first util class to the vertex-vision-model-garden repo
* Updated file names.
* Delete the 1st incorrect file set.
* Add the codeowners
* Revised the file folder structures.
* Add two additional files to the util directory.
2023-06-16 19:23:32 +00:00
weigary and GitHub
6bb255bc5f
Add the first util class to the vertex_vision_model_garden repo. ( #1978 )
...
* Add the first util class to the vertex-vision-model-garden repo
* Updated file names.
* Delete the 1st incorrect file set.
* Add the codeowners
* Revised the file folder structures.
2023-06-16 19:22:51 +00:00
Eric Dong and GitHub
5a96b4a335
fix: pin protobuf version to address a dependency compatibility issue ( #1980 )
...
* fix: pin protobuf version to address a dependency compability issue
* removed --user install
* update protobuf version
* workaround an artifact registry
2023-06-16 19:18:35 +00:00
Andrew Ferlitsch and GitHub
b502254a10
Weekly index ( #1972 )
...
* feat: add build to generate web index of official notebooks
* fix: review comments
* fix: store results
* fix: store results
* fix: --steps
* fix: --steps
* fix: moved to its own dir
2023-06-16 18:26:54 +00:00
ec6ba9ecf0
Add the text2video-zero notebook ( #1977 )
...
* Add the text2video-zero notebook.
* Add code owner for text2video-zero.
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-06-16 17:38:36 +00:00
KCFindstr and GitHub
709745f405
Add #ModelGarden text-to-video notebook. ( #1973 )
2023-06-16 17:36:51 +00:00
Huguens Jean and GitHub
0b1046e6c6
Add Segment Anything (SAM) notebook to model garden community folder. ( #1975 )
...
* Add Segment Anything (SAM) notebook to model garden community folder.
* Added SAM notebook to the CODEOWNERS file.
2023-06-16 17:34:19 +00:00
Andrew Ferlitsch and GitHub
f6ae1205dc
fix: create AR repo > 24hrs ( #1937 )
...
* fix: create AR repo
* fix: gcloud install
2023-06-15 20:53:16 +00:00
ab98cf8b36
fix: boilerplate reduction 67 : training pipeline failed ( #1939 )
...
* fix: boilerplate reduction 67
* fix: pin transformers version to avoid Pytorch breaking change (#1979 )
---------
Co-authored-by: Eric Dong <itseric@google.com >
2023-06-15 16:41:53 +00:00
Andrew Ferlitsch and GitHub
c60e8d1e3d
feat: add build to generate web index of official notebooks ( #1971 )
...
* feat: add build to generate web index of official notebooks
* fix: review comments
* fix: store results
2023-06-13 20:08:04 +00:00
Andrew Ferlitsch and GitHub
f1e3b02eb0
fix: boilerplate reduction 73 - DAG failed ( #1945 )
...
* fix: boilerplate reduction 73
* fix: region
* import os
* fix: import uuid
* fix: lint
2023-06-13 12:38:39 +00:00
Mend Renovate and GitHub
5885cb3724
chore(deps): update dependency pyupgrade to v3.6.0 ( #1969 )
2023-06-11 13:40:09 +00:00
Andrew Ferlitsch and GitHub
9827ae0218
fix: boilerplate reduction 27 - Internal error ( #1854 )
...
* fix: boilerplate reduction 27
* fix: import os
2023-06-10 00:19:55 +00:00
Andrew Ferlitsch and GitHub
712a066981
fix: boilerplate reduction 28 - internal error, try again ( #1855 )
...
* fix: boilerplate reduction 28
* fix: import
* fix: XAI TF conflict
2023-06-09 19:34:48 +00:00
Lav Rai and GitHub
5528d1cedc
Add llm notebooks ( #1968 )
...
* Add Bart-large-cnn and dolly-v2 serving notebooks.
* Add Bart-large-cnn and dolly-v2 serving notebooks.
* Add Bart-large-cnn and dolly-v2 serving notebooks.
2023-06-09 18:35:13 +00:00
Andrew Ferlitsch and GitHub
155f316588
fix: boilerplate reduction 95 ( #1966 )
...
* fix: boilerplate reduction 95
* fix: import os
* fix: install pyspark
* fix: numpy bool
2023-06-09 12:31:40 +00:00
Xiang Xu and GitHub
50d13e004d
add new ( #1961 )
2023-06-08 19:44:23 +00:00
Andrew Ferlitsch and GitHub
03a2717248
fix: boilerplate reduction 94 ( #1965 )
...
* fix: boilerplate reduction 95
* fix: import os
* fix: install pyspark
2023-06-08 17:37:35 +00:00
Andrew Ferlitsch and GitHub
3d7e0c2861
fix: boilerplate reduction 91 ( #1963 )
...
* fix: boilerplate reduction 91
* fix: install scikit-learn
2023-06-08 17:36:45 +00:00
Andrew Ferlitsch and GitHub
de54c3d2dd
fix: boilerplate reduction 81 ( #1952 )
...
* fix: boilerplate reduction 81
* fix: import os
* fix: import sys
2023-06-08 17:35:39 +00:00
Andrew Ferlitsch and GitHub
d3e066a1ee
fix: boilerplate reduction 80 - AR ( #1951 )
...
* fix: boilerplate reduction 80
* fix: AR
* fix: AR
2023-06-08 17:31:57 +00:00
Andrew Ferlitsch and GitHub
669eb0f2e7
fix: boilerplate reduction 83 ( #1954 )
2023-06-08 17:30:44 +00:00
Andrew Ferlitsch and GitHub
3618721baf
fix: boilerplate reduction 86 ( #1957 )
...
* fix: boilerplate reduction 86
* fix: install
2023-06-08 16:17:55 +00:00
Andrew Ferlitsch and GitHub
9fad2cf0eb
fix: boilerplate reduction 87 ( #1958 )
2023-06-08 16:16:50 +00:00
Andrew Ferlitsch and GitHub
9b625c143b
fix: boilerplate reduction 89 ( #1960 )
2023-06-08 16:15:36 +00:00
Andrew Ferlitsch and GitHub
6600309c4a
fix: boilerplate reduction 90 ( #1962 )
...
* fix: boilerplate reduction 90
* fix: install db-dtypes
2023-06-08 16:14:34 +00:00
Andrew Ferlitsch and GitHub
1091ec83b4
fix: boilerplate reduction 92 ( #1964 )
2023-06-08 16:13:39 +00:00
Andrew Ferlitsch and GitHub
a29e1dd50a
fix: boilerplate reduction 79 ( #1950 )
...
* fix: boilerplate reduction 79
* fix: import os
* fix: IS_COLAB
2023-06-08 16:12:37 +00:00
Andrew Ferlitsch and GitHub
ef7959a7d8
fix: boilerplate reduction 77: TF ( #1948 )
...
* fix: boilerplate reduction 77
* TF
* Fix install TF
2023-06-07 20:23:04 +00:00
Andrew Ferlitsch and GitHub
2d38e7fc3b
fix: boilerplate reduction 78 ( #1949 )
2023-06-07 20:21:41 +00:00
Andrew Ferlitsch and GitHub
5ac40786f1
fix: create AR repo ( #1936 )
2023-06-07 19:53:04 +00:00
Andrew Ferlitsch and GitHub
91ea9c7d4e
fix: boilerplate reduction 74 ( #1946 )
...
* fix: boilerplate reduction 74
* fix: region
* import os
* fix: import uuid
2023-06-07 19:05:35 +00:00
Andrew Ferlitsch and GitHub
7de2195b1c
fix: boilerplate reduction 70 ( #1942 )
2023-06-07 14:28:28 +00:00
Andrew Ferlitsch and GitHub
a9ba2062b1
fix: boilerplate reduction 68 ( #1940 )
...
* fix: boilerplate reduction 68
* fix: install os
* import sys
2023-06-07 14:27:29 +00:00
Andrew Ferlitsch and GitHub
de46d815b9
fix: train job not using TRAIN_IMAGE ( #1938 )
2023-06-06 19:36:47 +00:00
Andrew Ferlitsch and GitHub
6e4fb5396a
tune: AR repeaper ( #1935 )
2023-06-06 17:15:16 +00:00
Andrew Ferlitsch and GitHub
3d9a462528
feat: delete AR repos ( #1932 )
2023-06-05 21:31:51 +00:00
Andrew Ferlitsch and GitHub
d0de4f9340
feat: boilerplate reduction 66 ( #1926 )
...
* feat: boilerplate reduction 66
* fix bucket name
2023-06-05 21:29:21 +00:00
Andrew Ferlitsch and GitHub
fb42792527
feat: boilerplate reduction 56 ( #1914 )
...
* feat: boilerplate reduction 56
* fix: bucket
2023-06-05 15:28:56 +00:00
Andrew Ferlitsch and GitHub
cfaa10834c
feat: boilerplate reduction 58 ( #1916 )
...
* feat: boilerplate reduction 58
* fix: bucket
2023-06-05 15:28:12 +00:00
Andrew Ferlitsch and GitHub
5dfc3c29d0
feat: boilerplate reduction 65 ( #1924 )
2023-06-05 15:27:15 +00:00
rachael-ds and GitHub
91aa0822b9
Updated notebook and readme to include link of now published blog ( #1927 )
2023-06-05 15:18:16 +00:00
Andrew Ferlitsch and GitHub
b002e7ba2c
tune: selecting notebooks ( #1908 )
...
* tune: selecting notebooks
* test: add test for select_notebook
* fix: random algo
* test: convert to pytest
* fix: review
* fix: remove path ..
* fix: assert
2023-06-01 21:34:14 +00:00
dstnluong-google and GitHub
c273a4c3a9
Add instructions for selecting operating system ( #1920 )
2023-06-01 19:33:39 +00:00
Andrew Ferlitsch and GitHub
07ae15d2e2
feat: boilerplate reduction 56 ( #1915 )
2023-06-01 12:27:00 +00:00
Andrew Ferlitsch and GitHub
d3e1ede5d2
feat: boilerplate reduction 55 ( #1913 )
2023-06-01 12:26:03 +00:00
Andrew Ferlitsch and GitHub
010d294439
feat: boiler plate reduction 53 ( #1911 )
2023-06-01 12:25:12 +00:00
Andrew Ferlitsch and GitHub
8b019191b6
feat: boiler plate reduction 52 ( #1910 )
...
* feat: boiler plate reduction 52
* fix: install
2023-06-01 12:24:24 +00:00
Andrew Ferlitsch and GitHub
f4cf4339a8
feat: boiler plate reduction 51 ( #1909 )
...
* feat: boiler plate reduction 51
* fix: bucket
* fix missing import
* fix: import
* fix: import os
2023-06-01 12:23:28 +00:00
Andrew Ferlitsch and GitHub
fad5a00754
fix: links after rename UJ8 ( #1790 )
2023-05-30 16:00:50 +00:00
Andrew Ferlitsch and GitHub
c94be301cb
feat: results viewer ( #1905 )
...
* feat: results viewer
* tune: comment
2023-05-30 15:21:23 +00:00
Andrew Ferlitsch and GitHub
d219a0cae7
cleanup ( #1906 )
2023-05-26 15:43:15 +00:00
dstnluong-google and GitHub
879422219c
Add notebook for local huggingface inferences. ( #1890 )
...
* Add notebook for local inferences for models on huggingface
* lint
* add notebook to CODEOWNERS
* update link
* Add objective section. Add brief description of each code block.
2023-05-26 14:53:07 +00:00
Andrew Ferlitsch and GitHub
ae884f48ba
fix: links after rename UJ15 ( #1774 )
2023-05-26 14:46:03 +00:00
reznitskii and GitHub
c52e657c88
Update sdk-metric-parameter-tracking-for-custom-jobs.ipynb ( #1903 )
2023-05-25 18:58:35 +00:00
Andrew Ferlitsch and GitHub
6da5cb1d74
fix: git rendering issue ( #1900 )
2023-05-25 18:52:47 +00:00
dstnluong-google and GitHub
fb56adc633
Refactor stable diffusion notebook layout ( #1895 )
2023-05-25 17:08:18 +00:00
reznitskii and GitHub
8304d32e76
Update sdk-metric-parameter-tracking-for-custom-jobs.ipynb ( #1896 )
2023-05-25 17:07:08 +00:00
Aaron Dietz and GitHub
811f06f992
Updated link and link text to Dataproc Serverless ( #1873 )
2023-05-25 17:05:53 +00:00
dstnluong-google and GitHub
f092fce2db
Update stable_diffusion inpainting notebook with steps for local inference. ( #1860 )
...
* Update stable_diffusion notebook with steps for local inference.
* Lint
* Move comments to top and shorten line.
* Lint
* Make code comment titles, add print statements, and update Objective
* change print to display
* lint
* change training dockers to serving dockers
* Add local inferences instructions for stable diffusion inpainting.
* Lint
* remove extra libraries and add GPU
* remove re-imports
2023-05-25 17:04:59 +00:00
Mend Renovate and GitHub
c26a7d19c7
chore(deps): update dependency black to v23 ( #1498 )
2023-05-25 16:59:05 +00:00
Mend Renovate and GitHub
e7baf06290
chore(deps): update dependency nbqa to v1.7.0 ( #1396 )
2023-05-25 16:56:46 +00:00
Andrew Ferlitsch and GitHub
114a113cb3
add REGION setting to bqclient ( #1901 )
...
replace PR 1546
2023-05-25 16:56:16 +00:00
genquan9 and GitHub
e78068bb79
Update Keras stable diffusion notebooks with cloud notebook template and fix bugs ( #1894 )
...
* Update Keras stable diffusion notebooks with cloud notebook template style and fix bugs.
* fix minor typos
2023-05-19 16:21:26 +00:00
d940c93f47
Add new notebook to community folder for BQML inference engine / Vertex AI API integration ( #1820 )
...
* Added new bq_ml_with_vision_translation_nlp notebook. Added README. Updated community CODEOWNERS file
* review comment changes - renamed folder, updated headers, reformatted to be more in line with template
* review comment changes - renamed folder, updated headers, reformatted to be more in line with template
* lint formatting fixes
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-05-18 18:12:53 +00:00
genquan9 and GitHub
9b336a72f3
Add Keras stable diffusion notebook for model garden ( #1891 )
...
* Add Keras stable diffusion notebook for model garden
* Fix minor typos in Keras Stable Diffusion
* Fix format after minor typo fixes
* Update the objective structure
* update minor comments
2023-05-17 23:36:12 +00:00
dstnluong-google and GitHub
dfec25bde7
Add a local inference section to model_garden_pytorch_timm.ipynb ( #1888 )
...
* add local inference section to timm notebook
* Lint
2023-05-15 17:12:23 +00:00
Ivan Nardini and GitHub
3fe0889b9a
feat: Add custom training integration with experiments notebook ( #1887 )
...
* add notebook. linter test passed
* add codeower and fix a typo
* linter test passed
* adding andy reviews
* linter passed
2023-05-15 17:10:28 +00:00
Andrew Ferlitsch and GitHub
5df1dfcc37
fix: boilerplate reduction 43 ( #1874 )
...
* fix: boilerplate reduction 43
* fix: install
* fix: install
* fix: install
* fix: install
2023-05-15 16:28:23 +00:00
2303f110da
Fixed incorrect text ( #1886 )
...
Co-authored-by: ivanmkc@google.com <ivanmkc@google.com >
2023-05-12 23:56:48 +00:00
9ba17b5227
Added Matching Engine + "Vertex Text Embedding API" notebook ( #1876 )
...
* Added PaLM ME notebook
* Fixed import error and linted
* More cleanup
* Fixed embedding model
* Added comments
* Renamed and fixed links
* Linted
---------
Co-authored-by: ivanmkc@google.com <ivanmkc@google.com >
2023-05-12 22:41:08 +00:00
Andrew Ferlitsch and GitHub
6ea28621ac
feat: read accumulative result files ( #1837 )
...
* feat: read accumulative result files
* fix: build results dir
* fix: build results dir
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: selection algo
* fix: debug
* fix: debug
* fix: debug
* fix: debug
* fix: debug
* fix: debug
* fix: debug select algo
* fix: debug select algo
* fix: debug select algo
* fix: debug select algo
* fix: filtering
* fix: review comments
* fix: rm test_filter
2023-05-12 17:44:54 +00:00
Andrew Ferlitsch and GitHub
5c2bd2a13a
fix: boilerplate reduction 50 ( #1885 )
2023-05-12 17:09:22 +00:00
Andrew Ferlitsch and GitHub
675a98a005
fix: boilerplate reduction 48 ( #1880 )
...
* fix: boilerplate reduction 48
* fix: os
* fix: lint
* fix: import
2023-05-12 14:11:33 +00:00
Andrew Ferlitsch and GitHub
3d2518b177
fix: boilerplate reduction 47 ( #1879 )
...
* fix: boilerplate reduction 47
* fix: dependency
2023-05-12 14:10:34 +00:00
Andrew Ferlitsch and GitHub
cc1a25733b
fix: boilerplate reduction 46 ( #1878 )
...
* fix: boilerplate reduction 46
* fix: os
2023-05-12 14:09:14 +00:00
Andrew Ferlitsch and GitHub
2ac6a917af
fix: boilerplate reduction 45 ( #1877 )
...
* fix: boilerplate reduction 45
* fix: os
* fix: colab
2023-05-12 14:08:05 +00:00
Andrew Ferlitsch and GitHub
3440690fa8
fix: boilerplate reduction 44 ( #1875 )
2023-05-12 14:06:19 +00:00
Andrew Ferlitsch and GitHub
1a4373c3c4
fix: boilerplate reduction 42 ( #1872 )
...
* fix: boilerplate reduction 42
* fix: install
2023-05-12 14:05:21 +00:00
Andrew Ferlitsch and GitHub
529ad0dd8e
fix: bolierplate reduction 40 ( #1869 )
2023-05-12 12:39:32 +00:00
Andrew Ferlitsch and GitHub
beaef16d62
fix: bolierplate reduction 39 ( #1868 )
...
* fix: bolierplate reduction 39
* fix: missing os
* fix: missing sys
2023-05-12 12:37:49 +00:00
Andrew Ferlitsch and GitHub
80d25ef87f
upgrade: boilerplate reduction 37 ( #1866 )
...
* upgrade: boilerplate reduction 37
* fix: UUID
2023-05-12 12:36:58 +00:00
Andrew Ferlitsch and GitHub
f21ac67fb2
upgrade: boilerplate reduction 36 ( #1864 )
...
* upgrade: boilerplate reduction 36
* missing import
2023-05-12 12:35:50 +00:00
Andrew Ferlitsch and GitHub
8be5a069eb
update: boilerplate reduction 35 ( #1863 )
2023-05-12 12:34:53 +00:00
Andrew Ferlitsch and GitHub
721269538d
Reduction 24 ( #1851 )
...
* fix: boilerplate reduction 23
* fix: boilerplate reduction 24
2023-05-10 12:47:10 +00:00
Andrew Ferlitsch and GitHub
240811979e
fix: boilerplate reduction 25 ( #1852 )
...
* fix: boilerplate reduction 25
* fix: import
* fix: experiment name
* fix: experiment name
* fix: experiment name
* fix: delete
* fix: log link
2023-05-10 12:45:44 +00:00
Andrew Ferlitsch and GitHub
435e58884d
fix: boiletplate reduction 25 ( #1853 )
2023-05-10 12:44:33 +00:00
Andrew Ferlitsch and GitHub
f716600b44
fix: boilerplate reduction 30 ( #1857 )
...
* fix: boilerplate reduction 30
* fix:missing os
2023-05-10 12:43:27 +00:00
Andrew Ferlitsch and GitHub
c7c573bae3
fix: boilerplate reduction 31 ( #1859 )
...
* fix: boilerplate reduction 31
* fix: bucket name
2023-05-10 12:42:44 +00:00
Andrew Ferlitsch and GitHub
ee7dd9b5d8
fix: boilerplate reduction 32 ( #1861 )
...
* fix: boilerplate reduction 32
* fix: missing os
2023-05-10 12:41:38 +00:00
Andrew Ferlitsch and GitHub
42956223f2
fix: boilerplate reduction 23 ( #1850 )
2023-05-10 12:40:47 +00:00
Andrew Ferlitsch and GitHub
3b736a24a9
fix: boilerplate reduction 21 ( #1848 )
2023-05-10 12:39:15 +00:00
henrytan and GitHub
1ab839ac47
Text embedding api ( #1858 )
...
* Add text_embedding_api_semantic_search_with_scann notebook.
* Linted version.
* Updating the cell moving the pip install to the top
* Adding shapely<2.0.0.
2023-05-10 00:20:02 +00:00
Mend Renovate and GitHub
fe7d3e4b8e
chore(deps): update dependency pyupgrade to v3 ( #1346 )
2023-05-09 21:37:29 +00:00
Andrew Ferlitsch and GitHub
2c987c1949
fix: boilerplate reduction 20 ( #1846 )
2023-05-09 21:16:52 +00:00
Andrew Ferlitsch and GitHub
3f7b3292c1
fix: reduction 17 ( #1842 )
...
* fix: reduction 17
* fix: missing installs
* fix: missing installs
2023-05-09 21:16:00 +00:00
Andrew Ferlitsch and GitHub
aaba9fe4e1
fix: reduction 16 ( #1841 )
...
* fix: reduction 16
* fix: exception
2023-05-09 21:15:03 +00:00
henrytan and GitHub
aa04d7a60d
Add text_embedding_api_semantic_search_with_scann notebook. ( #1847 )
...
* Add text_embedding_api_semantic_search_with_scann notebook.
* Linted version.
2023-05-09 20:57:10 +00:00
b17709785d
Add Dataflow Flex Template component sample ( #1839 )
...
* Add Dataflow Flex Template component notebook
* Add get_started_with_dataflow_flex_template_component.ipynb to CODEOWNERS
---------
Co-authored-by: Win Woo <wwoo@google.com >
2023-05-09 19:27:00 +00:00
Andrew Ferlitsch and GitHub
5362c4ff61
fix: reduction 15 ( #1840 )
...
* fix: reduction 15
* fix: reduction 15
* fix: UUID issue
2023-05-09 18:37:54 +00:00
Andrew Ferlitsch and GitHub
4ce6dbc450
upgrade: boilerplate reduction 6 ( #1827 )
...
* upgrade: boilerplate reduction 6
* fix: install
* fix: install
* fix: install
* fix: rm output
2023-05-09 14:52:19 +00:00
Andrew Ferlitsch and GitHub
a5270054b2
update: boilerplate reduction 13 ( #1834 )
...
* update: boilerplate reduction 13
* fix: bucket var
2023-05-09 13:12:44 +00:00
Andrew Ferlitsch and GitHub
30fe41eb2e
upgrade: boilerplate reduction #1 ( #1822 )
...
* upgrade: boilerplate reduction
* add missing import
* missing DATAREGION
* fix: lint
* fix: unique job id
2023-05-09 13:10:59 +00:00
Xiang Xu and GitHub
17b898bd15
fix controlnet ( #1838 )
2023-05-08 20:44:56 +00:00
Andrew Ferlitsch and GitHub
6415b1406d
update: boilerplate reduction 12 ( #1833 )
...
* update: boilerplate reduction 12
* fix: missing bucket
2023-05-08 20:35:45 +00:00
Xiang Xu and GitHub
bbfddc2dfe
fix controlnet ( #1836 )
2023-05-08 20:14:31 +00:00
Andrew Ferlitsch and GitHub
59da0b7fa4
update: boilerplate reduction 14 ( #1835 )
2023-05-08 19:03:10 +00:00
Andrew Ferlitsch and GitHub
321a7c7deb
update: boilerplate reduction 11 ( #1832 )
2023-05-08 19:02:15 +00:00
Andrew Ferlitsch and GitHub
386c2f7ab9
update: boiler plate reduction 10 ( #1831 )
2023-05-08 19:01:07 +00:00
Andrew Ferlitsch and GitHub
feb14aa36c
update: boiler plate reduction 9 ( #1830 )
...
* update: boiler plate reduction 9
* fix: UUID
2023-05-08 19:00:01 +00:00
Andrew Ferlitsch and GitHub
44e0c77ddb
update: boiler plate reduction 8 ( #1829 )
...
* update: boiler plate reduction 8
* fix: rm TIMESTAMP
* fix: import
2023-05-08 18:58:38 +00:00
Andrew Ferlitsch and GitHub
cec6321027
upgrade: boilerplate reduction 7 ( #1828 )
2023-05-08 18:57:18 +00:00
Andrew Ferlitsch and GitHub
3cde0c8eab
upgrade: boilerplate reduction 2 ( #1823 )
...
* upgrade: boilerplate reduction 2
* fix import os
2023-05-08 18:53:29 +00:00
Andrew Ferlitsch and GitHub
16c010a859
upgrade: boilerplate reduction 5 ( #1826 )
2023-05-06 00:37:10 +00:00
Andrew Ferlitsch and GitHub
11bad82468
upgrade: boilerplate reduction 4 ( #1825 )
...
* upgrade: boilerplate reduction 4
* fix: os
2023-05-06 00:36:49 +00:00
Andrew Ferlitsch and GitHub
9a7197a774
upgrade: boilerplate reduction 3 ( #1824 )
2023-05-06 00:36:05 +00:00
Andrew Ferlitsch and GitHub
c638e6d983
fix: add test percent param ( #1821 )
2023-05-05 23:07:13 +00:00
dstnluong-google and GitHub
5651427a97
Update stable_diffusion notebook with steps for local inference. ( #1813 )
...
* Update stable_diffusion notebook with steps for local inference.
* Lint
* Move comments to top and shorten line.
* Lint
* Make code comment titles, add print statements, and update Objective
* change print to display
* lint
* change training dockers to serving dockers
2023-05-05 20:04:46 +00:00
Andrew Ferlitsch and GitHub
6195e7bbf9
Ci cd 2 ( #1802 )
...
* update: record tallied results to GCS bucket
* fix: test percent
* update: accumulator support
* fix: use args for where to store results
* fix: args for results file
* fix: gs bucket ptrfix
* fix: tuning args
* fix: ci/cd test on openin artifacts bucket
* fix: 2nd try at bucket issue
* fix: 2nd try at bucket issue
* debug: bucket issue
* debug: bucket issue
* debug: bucket issue
* debug: bucket issue
* debug: bucket issue
* debug: bucket issue
* debug: no entries written
* debug: no entries written
* debug: not accumulating
* debug: not accumulating
* debug: not accumulating
* debug: not accumulating
* Update requirements.txt
* debug: not accumulating
* debug: not accumulating
* debug: matching notebook name
* debug: pandas problem
* debug: import issues
* debug: load
* Update requirements.txt
* Update requirements.txt
* debug: read csv
* debug: read csv
* debug: read csv
* debug: indxer
* debug: indexer
* debug: accum
* debug: accum
* debug: accum
* debug: accum
* debug: accum
* debug: accum
* debug: accum
* debug: casting
* debug: casting
* debug: casting
* debug: casting
* debug: duration nit
* debug: duration nit
* fix: flaky
* fix: BUILD_ID
* fix: BUILD_ID
* fix: BUILD_ID
* fix: BUILD_ID
* fix: BUILD_ID
* fix: BUILD_ID
* fix: BUILD_ID
* fix: review
* fix: review
* fix: review
* fix: biz logic
* fix: biz logic
* fix: review
* fix: build_id required
* fix: use json format
* review: JSON simplifing
* review: JSON simplifing
* update: NotbookExecutionResult updates
* fix: revert to JSON
* update: use util to read from bucket
* fix: remove pandas inmport
2023-05-05 20:03:49 +00:00
Andrew Ferlitsch and GitHub
2b4f7834b8
feat: MG notebook to finetune BERT ( #1815 )
...
* feat: MG notebook to finetune BERT
* review updates
2023-05-05 18:23:48 +00:00
Andrew Ferlitsch and GitHub
6eadb9199d
feat: MG notebook to finetune T5X ( #1816 )
...
* feat: MG notebook to finetune T5X
* fix: review comments
2023-05-05 18:23:06 +00:00
Bernie Ongewe and GitHub
cf9ba17c7d
Update tabular_optimized_online_prediction.ipynb ( #1819 )
...
Can only set up one Service Networking configuration per _network_. However, we can have multiple VPC networks per project, each with its own Service Networking configuration
2023-05-05 15:22:31 +00:00
KCFindstr and GitHub
384fa2c1b6
Add service account config to TIMM notebook ( #1818 )
2023-05-05 14:55:29 +00:00
Xiang Xu and GitHub
4d24324cc6
fix controlnet ( #1817 )
2023-05-04 22:45:16 +00:00
Lav Rai and GitHub
b1331406a0
Fix format-check and size-check error for detectron2. ( #1814 )
...
* Fix format-check and size-check error for detectron2.
* Fix format-check and size-check error for detectron2.
2023-05-04 19:02:19 +00:00
KCFindstr and GitHub
cf00491bdc
Update Model Garden TFVision notebooks. ( #1808 )
...
* Update #ModelGarden TFVision notebooks.
1. Added checkpoints for resnet-50, scaled_yolov4, deeplabv3+
2. Supported launching dockers in europe and asia region.
* Use a smaller batch size to resolve OOM issue
2023-05-04 15:39:53 +00:00
Huguens Jean and GitHub
b24de2c375
Add notebook to trigger model garden training with model descriptions. ( #1792 )
...
* Trigger Model Garden Training
* Add notebook to trigger model garden training with model descriptions for ip sensitive checkpoints.
* Remove notebook in official folder.
* Fix type in notebook filename.
* Updated notebook description to reflect ip sensitive model garden training for EFFICIENTNET v2 using CLOUD key.
* Updated notebook with model garden specific configs for proprietary checkpoints.
* Linter check.
* Clear notebook's output.
2023-05-04 15:39:24 +00:00
Lav Rai and GitHub
79d80a1f4f
Fix format-check and size-check error for stable diffusion inpainting. ( #1812 )
2023-05-04 00:01:31 +00:00
Xiang Xu and GitHub
de3e31e037
fix serve ( #1811 )
2023-05-03 23:20:00 +00:00
Andrew Ferlitsch and GitHub
d45d5fad51
fix links ( #1807 )
2023-05-01 15:59:33 +00:00
Andrew Ferlitsch and GitHub
10a9e776b7
there is a regression in later packages ( #1809 )
2023-04-28 16:37:14 +00:00
Andrew Ferlitsch and GitHub
db80aa4953
Revert "outdated ( #1798 )" ( #1806 )
...
This reverts commit 3d461a8458 .
2023-04-27 21:07:59 +00:00
Xiang Xu and GitHub
f4345ed935
fix gs ( #1804 )
2023-04-26 22:00:11 +00:00
Lav Rai and GitHub
b191b93c7e
Fix detectron2 permission errors. ( #1803 )
2023-04-26 19:55:37 +00:00
gericdong and GitHub
8acf15cccb
feat: notebook for text models for explainable AI feature attribution - sampled shapley ( #1801 )
...
* feat:notebook for text models for explanable AI feature attribution - sampled shapley
* addressed review comments
2023-04-25 17:52:39 +00:00
Andrew Ferlitsch and GitHub
8cd372c2d1
fix: nan ( #1799 )
...
* fix: nan
* fix: syntax error
* fix: syntax error
* fix: syntax error
2023-04-25 17:31:09 +00:00
Xiang Xu and GitHub
447d79a165
add feature to clip ( #1800 )
2023-04-24 23:58:06 +00:00
Andrew Ferlitsch and GitHub
3d461a8458
outdated ( #1798 )
2023-04-24 23:54:49 +00:00
228e2034f7
Add detectron2 notebook ( #1783 )
...
* Add model garden pytorch detectron2 notebook
* Add model garden pytorch detectron2 notebook
* Add model garden pytorch detectron2 notebook
* Add model garden pytorch detectron2 notebook
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
2023-04-24 22:03:56 +00:00
Andrew Ferlitsch and GitHub
fd3cc2a2cc
update: test_percent and dry_run for weekly regr ( #1795 )
...
* update: test_percent for weekly regr
* update: add dry_run and test_percent
* fix: review comment
2023-04-24 21:41:21 +00:00
Andrew Ferlitsch and GitHub
76a1f49aaa
improve install ( #1797 )
2023-04-24 19:49:46 +00:00
Andrew Ferlitsch and GitHub
cb41dfc8bd
test: flaky script ( #1794 )
2023-04-22 14:53:19 +00:00
Andrew Ferlitsch and GitHub
9b5e734dca
test: list of passing notebooks ( #1785 )
...
* test: list of passing notebooks
* test: list of failing notebooks
2023-04-21 19:17:43 +00:00
Andrew Ferlitsch and GitHub
274ed4ef49
update: search index for migration ( #1793 )
2023-04-21 15:45:13 +00:00
dstnluong-google and GitHub
92498e8148
Add 5 additional models to list of verified models. ( #1791 )
2023-04-21 15:23:50 +00:00
Andrew Ferlitsch and GitHub
ce48820cc1
fix: links after rename UJ7 ( #1789 )
2023-04-21 12:46:03 +00:00
Andrew Ferlitsch and GitHub
b59e74be8a
fix: links after rename UJ9 ( #1780 )
2023-04-21 12:45:28 +00:00
Andrew Ferlitsch and GitHub
47579bdb10
fix: links after rename UJ10 ( #1779 )
2023-04-21 12:44:57 +00:00
Andrew Ferlitsch and GitHub
761ffc7b17
fix: links after rename UJ2 ( #1778 )
2023-04-21 12:44:23 +00:00
Andrew Ferlitsch and GitHub
99cd99b385
fix: links after rename UJ3 ( #1777 )
2023-04-21 12:43:48 +00:00
Andrew Ferlitsch and GitHub
be783a2ed1
fix: links after rename UJ6 ( #1776 )
2023-04-21 12:43:25 +00:00
Andrew Ferlitsch and GitHub
7523b575ab
fix: links after rename UJ4 ( #1775 )
2023-04-21 12:42:39 +00:00
Andrew Ferlitsch and GitHub
4f5a637cd0
fix: links after rename UJ5 ( #1773 )
2023-04-21 12:42:06 +00:00
Andrew Ferlitsch and GitHub
0701ca01a8
fix: links after rename 1 ( #1772 )
2023-04-21 12:41:39 +00:00
Andrew Ferlitsch and GitHub
78e0a67cd9
fix: links after rename UJ11 ( #1781 )
2023-04-20 22:59:08 +00:00
KCFindstr and GitHub
4ef75656a1
Fix typos and invalid properties in TIMM notebook ( #1786 )
2023-04-20 22:38:43 +00:00
Xiang Xu and GitHub
f5299da9b0
fix notes ( #1787 )
2023-04-20 22:37:19 +00:00
Andrew Ferlitsch and GitHub
b986daa72d
update: searchable index ( #1784 )
2023-04-20 20:46:54 +00:00
KCFindstr and GitHub
e987dce2ad
Add Model Garden Pytorch TIMM notebook ( #1760 )
...
* Add model garden pytorch timm notebook
* Add CODEOWNERS for model garden timm notebook
* Fix lint errors on TIMM notebook
* Fix TIMM notebook
2023-04-20 20:02:22 +00:00
Andrew Ferlitsch and GitHub
f2f98cc8ed
update: next round of index ( #1782 )
2023-04-20 19:57:30 +00:00
Xiang Xu and GitHub
0661fcc121
fix blip2 ( #1771 )
2023-04-20 19:20:47 +00:00
Andrew Ferlitsch and GitHub
f4c0fc7781
fix: rename UJ1 ( #1757 )
...
* fix: rename UJ1
* fix: lint
2023-04-20 18:22:47 +00:00
Andrew Ferlitsch and GitHub
8e3db693cb
fix: UJ9 ( #1770 )
2023-04-20 18:22:15 +00:00
Andrew Ferlitsch and GitHub
0349a9552d
fix: UJ8 ( #1769 )
2023-04-20 18:21:45 +00:00
Andrew Ferlitsch and GitHub
ac1f03dd71
fix: rename UJ7 ( #1768 )
2023-04-20 18:21:16 +00:00
Andrew Ferlitsch and GitHub
cb18a37b0a
fix: rename UJ6 ( #1767 )
2023-04-20 18:20:51 +00:00
Andrew Ferlitsch and GitHub
4c8ec05f22
fix: rename UJ5 ( #1766 )
2023-04-20 18:20:28 +00:00
Andrew Ferlitsch and GitHub
c17df33c7c
fix: rename UJ4 ( #1765 )
...
* fix: rename UJ4
* fix: lint
2023-04-20 18:20:03 +00:00
Andrew Ferlitsch and GitHub
543cd66c16
fix: rename UJ3 ( #1764 )
2023-04-20 18:19:36 +00:00
Andrew Ferlitsch and GitHub
f50dac63eb
fix: rename UJ2 ( #1763 )
2023-04-20 18:19:08 +00:00
Andrew Ferlitsch and GitHub
df979c1c65
fix: rename UJ15 ( #1762 )
2023-04-20 18:18:21 +00:00
Andrew Ferlitsch and GitHub
7b49c23eb6
fix: rename UJ14 ( #1761 )
...
* fix: rename UJ14
* fix: lint
2023-04-20 18:17:51 +00:00
Andrew Ferlitsch and GitHub
965835122b
fix: rename UJ11 ( #1759 )
2023-04-20 18:17:22 +00:00
Andrew Ferlitsch and GitHub
54a34a7122
fix: rename UJ10 ( #1758 )
2023-04-20 18:17:00 +00:00
Xiang Xu and GitHub
a701f3b08c
fix controlnet ( #1756 )
2023-04-20 04:44:53 +00:00
59a220cb58
fix: pin kfp and gcpc < 2.0 in rapid_prototyping_bqml_automl ( #1755 )
...
* pin kfp in rapid_prototyping_bqml_automl
* downgrade component version
---------
Co-authored-by: Andrew Ferlitsch <aferlitsch@gmail.com >
2023-04-20 04:36:39 +00:00