What problem does it solve?
This Skill allows users to connect to a remote Ray cluster head node via SSH, execute commands, check cluster status, inspect logs, and debug training jobs, providing a solution for remote access and management of Ray clusters.
Core Features & Use Cases
- SSH Access: Establish an SSH connection to a remote Ray cluster head node.
- Command Execution: Run commands on the remote cluster to manage jobs and check status.
- Log Inspection: Retrieve and view logs from the Ray cluster for debugging.
- Job Management: Start, stop, and monitor Ray training jobs remotely.
- Use Case: When a user needs to troubleshoot a Ray job or execute specific commands on a remote cluster head node.
Quick Start
Connect to your Ray cluster head node using the 'ssh-ray-cluster' skill and execute a command, e.g., 'ssh-ray-cluster "ray status"'