Execute jobs on multiple targets
The Qubernetes CLI now supports executing jobs on CPU and QPU targets. You can specify the target device using the --target
flag when submitting a job. The following targets are supported:
cpu
: Execute the job on a CPU nodes.gpu
: Execute the job on a CUDA nodes.qpu
: Execute the job on a remote QPU. Curently only IQM QPU is supported.