What problem does it solve?
It helps you manage GPU compute jobs on the Qizhi (启智) platform without manually juggling sessions, credentials, and cluster resource details.
Core Features & Use Cases
- Job lifecycle management: Submit jobs, list jobs, check status, watch progress, and stop jobs by job ID.
- Workspace and compute-group discovery: Cache and refresh available workspaces, compute groups, and resource specs to avoid trial-and-error.
- Batch submission for experiments: Launch multiple related runs from a JSON config with a matrix of parameters.
Use Case: You need to run distributed training across a specific compute group with the correct resource spec and Docker image, then monitor runs and stop failed ones quickly.
Quick Start
Run the command "qzcli login" to authenticate so you can then submit and monitor jobs on your Qizhi account.