简体   繁体   English

是否可以在 Spot 机器上运行 Vertex AI Workbench?

[英]Is it possible to run Vertex AI Workbench on Spot machines?

I'm trying to save budget on jupyter notebooks on Google Cloud but couldn't find a way to run Vertex AI Workbench (Notebooks) on spot machines.我正在尝试在 Google Cloud 上节省 jupyter 笔记本的预算,但找不到在现场机器上运行 Vertex AI Workbench(笔记本)的方法。 What are my alternatives?我的替代方案是什么?

The short answer is no ;简短的回答是否定的; the better answer is: you have an alternative .更好的答案是:你有一个选择

Vertex AI Workbench is indeed a managed service with Compute Engine VM as the underlying infrastructure. Vertex AI Workbench 确实是一项以 Compute Engine 虚拟机为底层基础架构的托管服务。 However it doesn't support Spot/Preemptible instances.但是它不支持 Spot/Preemptible 实例。

Instead you can quickly install a deep/machine learning image on a VM using a Google's images.相反,您可以使用 Google 的图像在 VM 上快速安装深度/机器学习图像 See this detailed tutorial .请参阅此详细教程

Deep Learning VMs don't support launching from the GCP Console and more features like co-coding.深度学习 VM 不支持从 GCP 控制台启动以及协同编码等更多功能。 But it does support Spot/Preemptible instances and doesn't introduce a management fee.但它确实支持 Spot/Preemptible 实例并且不引入管理费。 So you get lesser experience but also pay less.因此,您获得的经验更少,但支付的费用也更少。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 GCP Vertex AI Workbench 中的托管笔记本单元运行 !docker build - Run !docker build from Managed Notebook cell in GCP Vertex AI Workbench 谷歌云顶点 AI 工作台笔记本卡在“启动” - Google cloud vertex AI workbench notebook stuck on "starting" 如何在 Vertex AI 工作台 Jupyterlab 笔记本上启动 Spark 会话? - How to start Spark session on Vertex AI workbench Jupyterlab notebook? 如何在 Vertex AI 中运行庞大的数据集 - How to run huge datasets in Vertex AI 有什么方法可以在 GCP Vertex AI 工作台中以编程方式执行托管笔记本? - Any way to programatically execute a Managed notebooks inside GCP Vertex AI workbench? Vertex AI Workbench执行器导入Aiplatform Package时上下文版本冲突 - Contexual Version Conflict When Importing Aiplatform Package in Executor of Vertex AI Workbench 是否可以从另一个 GCP 项目请求 Vertex AI 端点? - Is it possible to request a Vertex AI endpoint from another GCP project? 顶点 AI 中的数据集版本控制 - dataset versioning in vertex AI Vertex AI 自动再训练 - Vertex AI automatic retraining 是否可以连接到 GCP Vertex AI 管道中 Cloud SQL 实例的私有 IP? - Is it possible to connect to the private IP of a Cloud SQL instance in GCP Vertex AI pipeline?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM