87c1ed686a
chore(deps): bump diffusers ( #4510 )
...
Bumps [diffusers](https://github.com/huggingface/diffusers ) from 0.25.1 to 0.38.0.
- [Release notes](https://github.com/huggingface/diffusers/releases )
- [Commits](https://github.com/huggingface/diffusers/compare/v0.25.1...v0.38.0 )
---
updated-dependencies:
- dependency-name: diffusers
dependency-version: 0.38.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 21:11:22 +00:00
Mend Renovate and GitHub
187fdc526c
Update dependency datasets to v5 ( #4521 )
2026-08-18 21:10:37 +00:00
215c8eee3e
chore(deps): bump urllib3 ( #4513 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.7.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-18 21:10:01 +00:00
f90cd0d6ed
Add AlphaFold 3 quickstart notebook ( #4572 )
...
* Add AlphaFold 3 quickstart notebook
* Update CODEOWNERS
---------
Co-authored-by: Amit Rai <raiamit@google.com >
2026-08-17 13:54:13 -07:00
Mend Renovate and GitHub
1985f06e99
Update dependency numpy to v2.5.2 ( #4516 )
2026-08-14 18:43:39 +00:00
ff428dc589
chore(deps): bump torch ( #4544 )
...
Bumps [torch](https://github.com/pytorch/pytorch ) from 2.7.0 to 2.13.0.
- [Release notes](https://github.com/pytorch/pytorch/releases )
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md )
- [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.13.0 )
---
updated-dependencies:
- dependency-name: torch
dependency-version: 2.13.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-14 18:41:44 +00:00
f6124370b0
chore(deps): bump pillow ( #4547 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 12.1.1 to 12.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/12.1.1...12.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-14 18:40:42 +00:00
b8822f5008
chore(deps): bump pyasn1 ( #4549 )
...
Bumps [pyasn1](https://github.com/pyasn1/pyasn1 ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/pyasn1/pyasn1/releases )
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst )
- [Commits](https://github.com/pyasn1/pyasn1/compare/v0.6.3...v0.6.4 )
---
updated-dependencies:
- dependency-name: pyasn1
dependency-version: 0.6.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-14 18:39:56 +00:00
Dustin Luong and Copybara-Service
8976c57b9c
Update the Kimi-K3 deployment notebook image URI.
...
PiperOrigin-RevId: 964692807
2026-08-14 07:39:13 -07:00
gmaninatarajan and GitHub
3985da440e
fix: Updated new whl file with SDK update to add interval_variants parameter to score_ism_variants() ( #4565 )
...
* fix: Updated new whl file with SDK update to add interval_variants parameter to score_ism_variants()
* fix: updating the whl file download cell
2026-08-11 19:56:05 -04:00
1c9092ced3
refactor - restructure the notebook ( #4564 )
...
* refactor - restructure the notebook
* Update notebooks/community/weathernext/CUSTOM_INPUTS_GUIDE.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update notebooks/community/weathernext/weathernext_2_ic_pc.ipynb
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update notebooks/community/weathernext/weathernext_2_dws.ipynb
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-08-07 20:53:54 +00:00
Damodar Panigrahi and GitHub
77b2af09ce
feat: WN2 with GPU GA ( #4563 )
2026-08-07 17:27:35 +00:00
genquan9 and GitHub
c6d33c2a0d
Add tau2-bench RL blog post to docs README ( #4561 )
2026-08-05 23:18:11 +00:00
genquan9 and GitHub
89772b320e
Fix inline math rendering: use span+1798467 for GitHub Pages MathJax ( #4560 )
2026-08-05 17:47:23 +00:00
genquan9 and GitHub
a1f6d2c069
Fix LaTeX rendering for Pass Rate formula ( #4559 )
...
Replace underscores in \text{num\_pass} with spaces to avoid
LaTeX math mode errors on GitHub rendering.
2026-08-05 17:30:29 +00:00
genquan9 and GitHub
936a6adf77
Add multi-turn RL for tau2-bench technical report ( #4558 )
...
* Add multi-turn RL for tau2-bench technical report
Add technical report documenting multi-turn reinforcement learning
training pipeline for tau2-bench customer service benchmark, including
GRPO training, data synthesis pipeline, and evaluation results.
* Fix deprecated MathJax CDN and broken anchor link
- Remove deprecated cdn.mathjax.org script tag (GitHub renders LaTeX natively)
- Fix broken ToC anchor from #2-bench to #tau2-bench
2026-08-05 16:25:05 +00:00
Dustin Luong and Copybara-Service
37a85d53f4
No public description
...
MG_DOCKER_CODES_PIPER_ORIGIN_REV_ID: 958290655
2026-08-03 04:07:45 -07:00
Dustin Luong and Copybara-Service
0b0e362ab9
Add Kimi K3 Model Garden deployment notebook
...
PiperOrigin-RevId: 958290655
2026-08-03 04:06:44 -07:00
Damodar Panigrahi and GitHub
98103d462f
test ( #4554 )
2026-07-30 23:37:05 +00:00
Oleh Prypin and Copybara-Service
9ea1cf3b86
No public description
...
MG_DOCKER_CODES_PIPER_ORIGIN_REV_ID: 955252640
2026-07-28 07:46:15 -07:00
Sam-Deciga and GitHub
8f3e6668e1
feat: Claude Opus 5 Launch ( #4552 )
2026-07-26 10:04:43 -04:00
Tianzi Cai and GitHub
5d9853db5c
Fix formatting in Anthropic Claude intro notebook
2026-07-22 20:59:25 -07:00
Tianzi Cai and GitHub
003fb5121b
Remove unused httpx imports and related comments
2026-07-22 20:56:48 -07:00
Tianzi Cai and GitHub
a62695fb38
Update image URL and request handling in notebook ( #4551 )
...
* Update image URL and request handling in notebook
* Remove Colab link markdown cell
Removed markdown cell with Colab link from the notebook.
* Remove unused import
2026-07-22 23:52:09 +00:00
Sam-Deciga and GitHub
3c630fdbb8
feat: Claude-Sonnet5-Launch ( #4537 )
2026-06-30 16:31:27 -04:00
Damodar Panigrahi and GitHub
6ca1d899d6
feat: wn2 doc polished ( #4531 )
2026-06-23 23:22:47 +00:00
Damodar Panigrahi and GitHub
1894602fff
feat: wn2 notebook ( #4530 )
2026-06-23 21:59:17 +00:00
Damodar Panigrahi and GitHub
31a52d6e92
feat: WeatherNext IC ( #4523 )
...
* feat: WeatherNext IC
* Fix: Replace weathernext_2_ic_early_access_program.ipynb symlink with actual notebook file
* fix: Replace Vertex Jobs with Gemini Enterprise Agent Platform Jobs in WeatherNext notebook
* fix: Correct typos, broken links, and apply linter formatting
2026-06-11 19:49:13 +00:00
0f9d9734c3
feat: Claude Fable 5 Launch ( #4522 )
...
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com >
2026-06-09 14:47:46 -04:00
Vertex MG Team and Copybara-Service
e85cf9a174
Update link to Cloud Quotas page to correct location
...
PiperOrigin-RevId: 926490177
2026-06-03 23:21:57 -07:00
Sam-Deciga and GitHub
b4c0bbc1a0
feat: Ant-Opus4.8 Launch ( #4520 )
2026-05-28 14:43:47 -04:00
Rayan Dasoriya and Copybara-Service
24244351cd
Add a new notebook for OSS distillation feasibility study.
...
PiperOrigin-RevId: 917879385
2026-05-19 09:37:47 -07:00
Vertex MG Team and Copybara-Service
bf0e1300a9
No public description
...
MG_DOCKER_CODES_PIPER_ORIGIN_REV_ID: 878451476
2026-05-13 12:58:56 -07:00
chndu and GitHub
cf048b6fe4
Add live_api skills that help the user build their own liveapi service ( #4511 )
...
* Add live_api skills that help the user to build their own liveapi service.
Implementation are based on websocket. Support different coding languages.
* Update based on review
* Fix typos
* Update vertex to gemini enterprise.
2026-05-11 17:19:12 +00:00
Mend Renovate and GitHub
8c8820ecfa
chore(deps): update dependency numpy to v2.4.4 ( #4466 )
2026-05-06 14:24:57 +00:00
a1a52d8145
chore(deps): bump requests ( #4488 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.4 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-06 14:22:23 +00:00
a06ce545e7
chore(deps): bump pillow ( #4497 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 12.1.1 to 12.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/12.1.1...12.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-06 14:19:28 +00:00
913780c4cb
chore(deps): bump pillow ( #4509 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.3.0 to 12.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.3.0...12.2.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-06 14:14:14 +00:00
gmaninatarajan and GitHub
71be46e7d8
feat: Updated whl file and package name as part of Vertex Model Garden setup ( #4508 )
2026-04-30 08:28:04 -04:00
Mayank Sharan and GitHub
849e88a627
Vtc blog 2 ( #4507 )
...
* Adding reviewed version of VTC blog 2
* GCA suggested fixes
* Updating readme to have links
2026-04-29 19:10:45 +00:00
Jason Dai and GitHub
daf56bcd0b
Create Eval Quality Flywheel Skill for preview ( #4505 )
2026-04-23 16:37:08 +00:00
Mayank Sharan and GitHub
563f423b93
Adding reviewed version of VTC blog 2 ( #4502 )
...
* Adding reviewed version of VTC blog 2
* GCA suggested fixes
2026-04-16 21:12:03 +00:00
ian1780 and GitHub
292e540e96
Update anthropic_claude_intro.ipynb ( #4501 )
...
add opus 4.7 multi region endpoint support b/491171457
2026-04-16 17:59:12 +00:00
Sam-Deciga and GitHub
6c6a703c5a
Ant nickel ( #4500 )
...
* Feat: Anthropic Opus-4-7 launch
* Feat: Anthropic Opus-4-7 launch
2026-04-16 12:18:47 -04:00
Sam-Deciga and GitHub
7ef83c6f73
MARS8 new Asian regions ( #4498 )
2026-04-14 19:59:45 +00:00
Vertex MG Team and Copybara-Service
aba6598109
use old docker hash for whisper model deployment.
...
PiperOrigin-RevId: 892120947
2026-03-30 23:08:58 -07:00
Sam-Deciga and GitHub
88a6b8037e
Refactor: Anthropic NB ( #4489 )
2026-03-26 14:49:59 -04:00
Eric Dong and GitHub
8845f7ab27
Update Gemini model references and availability details
...
Update Gemini versions.
2026-03-26 09:40:01 -04:00
Eric Dong and GitHub
3b2e711a16
Update fine-tuning model reference in README
...
Updated the fine-tuning model reference from Gemini 1.5 Pro to Gemini 2.5 Pro in the README.
2026-03-25 16:44:52 -04:00
Eric Dong and GitHub
5c0629cdc7
Revise README for Agent Skills in Vertex AI
...
Updated terminology and formatting for clarity.
2026-03-25 15:18:03 -04:00