Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ These schemas enable CloudAI to be flexible and compatible with different system

## CloudAI Modes Usage Examples

Global options for `cloudai` command:
- `--log-file <path>`: specify a file to log output, be default `debug.log` in the current directory is used. Contains log entries of level `DEBUG` and higher.
- `--log-level <level>`: specify logging level for standard output, default is `INFO`.

(run)=
### run
This mode runs workloads. It automatically installs prerequisites if they are not met.
Expand Down