Create one or more evaluations from a run config file along with their dependencies and run them as an evaluation run or evaluation plan run.
Usage
lf run [OPTIONS] COMMAND [ARGS]...
Options
--file, -f |
path |
Path to a single run config. |
|
-v, --validate |
boolean |
Whether to only validate the config file without creating or updating any entities. |
False |
--wait, -w |
boolean |
Block until the evaluation run finishes, printing progress every 10 seconds. |
False |
--no-update |
boolean |
Whether to force skip updating the existing entities. |
False |
Subcommands
| eval |
Run an existing evaluation by key with a given config file. |
lf run eval
Run an existing evaluation by key with a given config file.
Options
--key, -k |
text |
Key of the evaluation to run. |
|
--config, -c |
path |
Path to a YAML config file. |
|
--wait, -w |
boolean |
Block until the evaluation run finishes, printing progress every 10 seconds. |
False |