Created
February 23, 2024 04:28
-
-
Save fordaz/40bcfb1ade7bd74b2b4ea887899997df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auth: | |
| ssh_user: ubuntu | |
| ssh_private_key: ~/.ssh/<masked_key_file> | |
| cluster_name: default | |
| cluster_synced_files: [] | |
| docker: | |
| container_name: ray_container | |
| image: rayproject/ray-ml:latest-gpu | |
| pull_before_run: true | |
| run_options: | |
| - --ulimit nofile=65536:65536 | |
| file_mounts: {} | |
| file_mounts_sync_continuously: false | |
| head_setup_commands: [] | |
| head_start_ray_commands: | |
| - ray stop | |
| - ulimit -c unlimited && ray start --head --port=6379 --autoscaling-config=~/ray_bootstrap_config.yaml | |
| idle_timeout_minutes: 5 | |
| initialization_commands: [] | |
| max_workers: 1 | |
| min_workers: 1 | |
| provider: | |
| head_ip: 146.235.236.181 | |
| type: local | |
| worker_ips: [] | |
| # - 146.235.197.185 | |
| rsync_exclude: | |
| - '**/.git' | |
| - '**/.git/**' | |
| rsync_filter: | |
| - .gitignore | |
| setup_commands: [] | |
| upscaling_speed: 1.0 | |
| worker_setup_commands: [] | |
| worker_start_ray_commands: | |
| - ray stop | |
| - ray start --address=$RAY_HEAD_IP:6379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment