What problem does it solve?
qzcli removes the friction of logging into the Qizhi (启智) platform and manually tracking GPU compute resources and job lifecycles by providing a single, kubectl/docker-style command workflow for discovery, submission, and control.
Core Features & Use Cases
- Workspace & compute-group discovery: Lists and refreshes cached workspaces, compute groups, and available nodes so you can target the right resources.
- Job submission & parameterization: Creates GPU compute jobs interactively (TUI selection) or non-interactively (IDs or names) including command, image, instances, priority, spec, and dry-run.
- Operational controls: Stops jobs, inspects status/details, and watches running jobs; also supports batch submission via a JSON config matrix for repeatable experiments.
Quick Start
Ask the assistant to “Use qzcli to list available compute resources and then submit a test GPU job using my workspace and compute group, returning the new job id.”