Compare commits

...
5 Commits
Author SHA1 Message Date
Mend RenovateandGitHub 1985f06e99 Update dependency numpy to v2.5.2 (#4516) 2026-08-14 18:43:39 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 LuongandCopybara-Service 8976c57b9c Update the Kimi-K3 deployment notebook image URI.
PiperOrigin-RevId: 964692807
2026-08-14 07:39:13 -07:00
6 changed files with 9 additions and 7 deletions
@@ -1,3 +1,3 @@
torch==2.7.0
torch==2.13.0
torchvision==0.9.1
tensorboard==2.5.0
@@ -1,5 +1,5 @@
dataclasses==0.6
google-cloud-aiplatform==1.8.1
tensorflow==2.12.1
pillow==12.1.1
pillow==12.3.0
tf-agents==0.8.0
@@ -32,7 +32,7 @@ pathspec==0.12.1
platformdirs==4.3.8
proto-plus==1.26.1
protobuf==5.29.6
pyasn1==0.6.3
pyasn1==0.6.4
pyasn1_modules==0.4.2
pydantic==2.11.4
pydantic_core==2.33.2
@@ -248,7 +248,7 @@
"id": "40f70977",
"metadata": {
"cellView": "form",
"id": "57b3dba979e2"
"id": "7c2e6903ad6d"
},
"outputs": [],
"source": [
@@ -258,7 +258,9 @@
"\n",
"# @markdown The pre-built serving docker image for SGLang.\n",
"# @markdown The current B200 serving support in Model Garden is preliminary and will be continuously improved in the future.\n",
"SGLANG_DOCKER_URI = \"us-docker.pkg.dev/vertex-ai/vertex-vision-model-garden-dockers/sglang-airlock:kimi-k3-v13\"\n",
"SGLANG_DOCKER_URI = (\n",
" \"us-docker.pkg.dev/agent-platform-mg-public/containers/sglang-airlock:kimi-k3\"\n",
")\n",
"\n",
"# @markdown Choose whether to use a [Spot VM](https://cloud.google.com/compute/docs/instances/spot) for the deployment.\n",
"is_spot = False # @param {type:\"boolean\"}\n",
@@ -1,5 +1,5 @@
google-cloud-aiplatform==1.138.0
numpy==2.4.4
numpy==2.5.2
pandas==3.0.1
datasets==2.18.0
smart_open[gcs]==7.5.1
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.138.0
numpy==2.4.4
numpy==2.5.2
pandas==3.0.1
datasets==2.18.0