What problem does it solve?
This Skill addresses the challenge of managing GPU compute jobs on the Qizhi platform, offering a streamlined approach to submit, monitor, and manage tasks efficiently.
Core Features & Use Cases
- Job Submission: Submit jobs with various configurations including command, workspace, compute group, and image specifications.
- Job Management: Monitor and manage job status, stop running jobs, and view job details.
- Resource Discovery: List available nodes, workspaces, and compute groups.
- Authentication: Handle authentication securely using credentials or environment variables.
- Batch Submission: Submit multiple jobs using a configuration file for batch processing.
Quick Start
Use the qzcli skill to submit a new job to the Qizhi platform with the command 'qzcli create --name "my-job" --command "bash /path/to/train.sh" --workspace "My Workspace" --compute-group "My Compute Group" --image YOUR_REGISTRY/team/image:tag --instances 4'.