Submit a training job.
Submit a job.
Available Commands: tfjob,tf Submit a TFJob. pytorchjob,pytorch Submit a PyTorchJob. mpijob,mpi Submit a MPIJob. etjob,et Submit a ETJob. horovod,hj Submit a Horovod Job. volcanojob,vj Submit a VolcanoJob.
arena submit [flags]
-h, --help help for submit
--arena-namespace string The namespace of arena system service, like tf-operator (default "arena-system")
--config string Path to a kube config. Only required if out-of-cluster
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info")
-n, --namespace string the namespace of the job
--pprof enable cpu profile
--trace enable trace
- arena - arena is the command line interface to Arena
- arena submit etjob - Submit ETJob as training job.
- arena submit horovodjob - Submit horovodjob as training job.
- arena submit mpijob - Submit MPIjob as training job.
- arena submit pytorchjob - Submit PyTorchJob as training job.
- arena submit tfjob - Submit a TFJob as training job.
- arena submit volcanojob - Submit a Volcano job.