defaults.yaml 752 B

12345678910111213141516171819202122232425262728293031
  1. cluster_name: default
  2. max_workers: 0
  3. provider:
  4. type: readonly
  5. # This must be true since the nodes share the same ip!
  6. use_node_id_as_ip: True
  7. disable_node_updaters: True
  8. disable_launch_config_check: True
  9. available_node_types:
  10. ray.head.default:
  11. resources: {}
  12. node_config: {}
  13. max_workers: 0
  14. head_node_type: ray.head.default
  15. upscaling_speed: 1.0
  16. #
  17. # !!! Configurations below are not supported in fake cluster mode !!!
  18. #
  19. auth: {}
  20. docker: {}
  21. initialization_commands: []
  22. setup_commands: []
  23. head_setup_commands: []
  24. worker_setup_commands: []
  25. head_start_ray_commands: []
  26. worker_start_ray_commands: []
  27. file_mounts: {}
  28. cluster_synced_files: []
  29. file_mounts_sync_continuously: false
  30. rsync_exclude: []
  31. rsync_filter: []