Install SigOpt Orchestrate
Last updated
Last updated
SigOpt Orchestrate is a command-line tool for managing training clusters and running optimization experiments.
There are four steps to getting SigOpt Orchestrate installed.
To install SigOpt and get started, go to our Get Started guide.
SigOpt Orchestrate helps you manage clusters. This guide uses AWS EKS to create a cluster. If you already have a cluster on AWS or if you are using another cluster service, see our guide on and then skip to the below.
If your local development environment is not already configured to use AWS, the easiest way to get started is to configure your AWS Access Key and AWS Secret Key via the aws command line interface:
If you're not an account admin, you may need to set up appropriate permissions. To do so, please see details in the guide, to .
SigOpt references a cluster configuration YAML file in the creation of a Kubernetes cluster on AWS.
Create a cluster.yml
file. The example YAML file below defines a CPU cluster named tiny-cluster
with two t2.small
AWS instances.
To create the cluster, from the same directory as your cluster configuration file, run:
Cluster creation can take between 15-30 minutes. If you notice an error, please try re-running the same command. SigOpt will reuse the same EKS cluster so the second run will be much faster.
When you have completed the above steps, run our test command to verify that your install is working:
For more details about choosing instances and reference docs for the configuration file, see our reference.
Now that you’ve got SigOpt Orchestrate connected to a cluster, we recommend the tutorials on or to run a training run or a set of training runs on your cluster.