探索Ray集群部署与AI运行时:从云到模型应用
1. Ray集群在其他云提供商的部署
Ray集群可以部署在大多数主流云平台上,包括GCP和Azure。以下是在不同云平台上开始部署Ray集群的模板。
1.1 GCP部署模板
# A unique identifier for the head node and workers of this cluster.
cluster_name: minimal
# The maximum number of worker nodes to launch in addition to the head
# node. min_workers default to 0.
max_workers: 1
# Cloud-provider specific configuration.
provider:
type: gcp
region: us-west1
availability_zone: us-west1-a
project_id: null # Globally unique project id
# How Ray will authenticate with newly launched nodes.
auth:
ssh_user: ubuntu
1.2 Azure部署模板
# An unique identifier for the head node and workers of this cluster.
clu
超级会员免费看
订阅专栏 解锁全文
1222

被折叠的 条评论
为什么被折叠?



