runai inference standard
Runs a single inference process on one node. Suitable for smaller models or simpler inference tasks.
Options
-h, --help help for standardOptions inherited from parent commands
--config-file string config file name; can be set by environment variable RUNAI_CLI_CONFIG_FILE (default "config.json")
--config-path string config path; can be set by environment variable RUNAI_CLI_CONFIG_PATH
-d, --debug enable debug mode
-q, --quiet enable quiet mode, suppress all output except error messages
--verbose enable verbose modeSEE ALSO
runai inference - inference management
runai inference standard bash - open a bash shell in an inference workload
runai inference standard delete - delete an inference workload
runai inference standard describe - describe an inference workload
runai inference standard exec - execute a command in an inference workload
runai inference standard list - list inference workloads
runai inference standard logs - view logs of an inference workload
runai inference standard port-forward - forward one or more local ports to an inference workload
runai inference standard submit - submit an inference workload
runai inference standard update - update an inference workload
Last updated