Update the Kimi-K3 deployment notebook image URI.

PiperOrigin-RevId: 964692807
This commit is contained in:
Dustin Luong
2026-08-14 07:39:13 -07:00
committed by Copybara-Service
parent 3985da440e
commit 8976c57b9c
@@ -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",