Gradient Config File
Using config.yaml to run experiments
Gradient supports using a config.yaml to execute experiments using the CLI. If you find yourself repeatedly typing the same commands or doing various kinds of automation or pipelining and want the configuration to be reusable and checked into source control, this tool is for you.
Generating a config.yaml template
You can create a config.yaml template with all of the possible parameters defined by using the --createOptionsFile
flag.
Running experiments using a config.yaml
Once you have filled out the needed parameters, execute an experiment with the --optionsFile
flag set.
Sample config.yaml
A sample config.yaml file for single node experiments is displayed below
There are many other parameters that you may want to use when running an experiment.
config.yaml
Last updated