Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 858 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 858 Bytes

Ray Cluster Setup

We support running Mukoe on both GCE and GKE.

Pre-requisites

Please make sure that you have already built and deployed your Docker image(s) as specified in docker.

Please also make sure that you have a GCP project that is capable of provisioning and accessing Google Cloud TPUs.

Running on GCE

To get started quickly, you may find it convenient to use our provided cluster definition in mukoe.yaml. We highly suggest getting familiar with the Ray CLI tools.

Please make sure to replace all instances of in the cluster definition with the id of your GCP project.

To create the cluster:

ray up -y mukoe.yaml

To teardown the cluster:

ray down -y mukoe.yaml

Running on GKE

TODO