Compare commits

...
4 Commits
Author SHA1 Message Date
Andrew FerlitschandGitHub a0a5b5eb7c pin to 1.34 2023-11-14 14:06:09 -08:00
Andrew FerlitschandGitHub fe97e88388 Update get_started_with_vertex_endpoint_and_shared_vm.ipynb 2023-11-09 11:43:04 -08:00
Andrew FerlitschandGitHub e9cfead73b pin to fix CI/CD 2023-11-09 11:28:42 -08:00
Andrew Ferlitsch 1413ce9d85 fix: remove old code 2023-11-09 18:08:41 +00:00
@@ -148,7 +148,7 @@
"source": [
"# Install the packages\n",
"\n",
"! pip3 install --upgrade --quiet google-cloud-aiplatform \\\n",
"! pip3 install --upgrade --quiet google-cloud-aiplatform==1.34 \\\n",
" tensorflow \\\n",
" tensorflow-hub"
]
@@ -474,13 +474,7 @@
},
"outputs": [],
"source": [
"if os.getenv(\"IS_TESTING_DEPLOY_GPU\"):\n",
" DEPLOY_GPU, DEPLOY_NGPU = (\n",
" aiplatform.gapic.AcceleratorType.NVIDIA_TESLA_K80,\n",
" int(os.getenv(\"IS_TESTING_DEPLOY_GPU\")),\n",
" )\n",
"else:\n",
" DEPLOY_GPU, DEPLOY_NGPU = (None, None)"
"DEPLOY_GPU, DEPLOY_NGPU = (None, None)"
]
},
{