mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
Update the Kimi-K3 deployment notebook image URI.
PiperOrigin-RevId: 964692807
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user