Skip to content

Instantly share code, notes, and snippets.

@sozercan
Created March 7, 2025 17:58
Show Gist options
  • Save sozercan/2c2c50ae2fe2e47079ae2515fca3e33e to your computer and use it in GitHub Desktop.
Save sozercan/2c2c50ae2fe2e47079ae2515fca3e33e to your computer and use it in GitHub Desktop.
2025-03-07 09:54:52,381 INFO usage_lib.py:467 -- Usage stats collection is enabled by default without user confirmation because this terminal is detected to be non-interactive. To disable this, add `--disable-usage-stats` to the command that starts the cluster, or run the following command: `ray disable-usage-stats` before starting the cluster. See https://docs.ray.io/en/master/cluster/usage-stats.html for more details.
2025-03-07 09:54:52,381 INFO scripts.py:865 -- Local node IP: 10.244.2.105
2025-03-07 09:54:54,440 SUCC scripts.py:902 -- --------------------
2025-03-07 09:54:54,440 SUCC scripts.py:903 -- Ray runtime started.
2025-03-07 09:54:54,440 SUCC scripts.py:904 -- --------------------
2025-03-07 09:54:54,440 INFO scripts.py:906 -- Next steps
2025-03-07 09:54:54,440 INFO scripts.py:909 -- To add another node to this Ray cluster, run
2025-03-07 09:54:54,440 INFO scripts.py:912 -- ray start --address='10.244.2.105:6379'
2025-03-07 09:54:54,440 INFO scripts.py:921 -- To connect to this Ray cluster:
2025-03-07 09:54:54,440 INFO scripts.py:923 -- import ray
2025-03-07 09:54:54,440 INFO scripts.py:924 -- ray.init()
2025-03-07 09:54:54,440 INFO scripts.py:936 -- To submit a Ray job using the Ray Jobs CLI:
2025-03-07 09:54:54,440 INFO scripts.py:937 -- RAY_ADDRESS='http://10.244.2.105:8265' ray job submit --working-dir . -- python my_script.py
2025-03-07 09:54:54,440 INFO scripts.py:946 -- See https://docs.ray.io/en/latest/cluster/running-applications/job-submission/index.html
2025-03-07 09:54:54,440 INFO scripts.py:950 -- for more information on submitting Ray jobs to the Ray cluster.
2025-03-07 09:54:54,440 INFO scripts.py:955 -- To terminate the Ray runtime, run
2025-03-07 09:54:54,440 INFO scripts.py:956 -- ray stop
2025-03-07 09:54:54,440 INFO scripts.py:959 -- To view the status of the cluster, use
2025-03-07 09:54:54,440 INFO scripts.py:960 -- ray status
2025-03-07 09:54:54,440 INFO scripts.py:964 -- To monitor and debug Ray, view the dashboard at
2025-03-07 09:54:54,440 INFO scripts.py:965 -- 10.244.2.105:8265
2025-03-07 09:54:54,441 INFO scripts.py:972 -- If connection to the dashboard fails, check your firewall settings and network configuration.
2025-03-07 09:54:54,441 INFO scripts.py:1076 -- --block
2025-03-07 09:54:54,441 INFO scripts.py:1077 -- This command will now block forever until terminated by a signal.
2025-03-07 09:54:54,441 INFO scripts.py:1080 -- Running subprocesses are monitored and a message will be printed if any of them terminate unexpectedly. Subprocesses exit with SIGTERM will be treated as graceful, thus NOT reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment