You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to use ray tune in kaggle notebook, there will be following errors:
import ray
ray.init()
2023-07-15 15:17:02,721 ERROR services.py:1207 -- Failed to start the dashboard , return code -11
2023-07-15 15:17:02,726 ERROR services.py:1232 -- Error should be written to 'dashboard.log' or 'dashboard.err'. We are printing the last 20 lines for you. See 'https://docs.ray.io/en/master/ray-observability/ray-logging.html#logging-directory-structure' to find where the log file is.
2023-07-15 15:17:02,729 ERROR services.py:1276 --
The last 20 lines of /tmp/ray/session_2023-07-15_15-16-58_607926_29/logs/dashboard.log (it contains the error message from the dashboard):
2023-07-15 15:17:02,585 INFO head.py:242 -- Starting dashboard metrics server on port 44227
2023-07-15 15:17:04,019 INFO worker.py:1636 -- Started a local Ray instance.
After checking, there are following patterns:
1, If using ray tune 2.2.0, there will be no problem, with or without GPU turned on
2. If using ray 2.5.1, when GPU is turned on, this error will occur.
The text was updated successfully, but these errors were encountered:
To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months.
If there is no further activity in the 14 days, the issue will be closed!
If you'd like to keep the issue open, just leave any comment, and the stale label will be removed!
If you'd like to get more attention to the issue, please tag one of Ray's contributors.
When I want to use ray tune in kaggle notebook, there will be following errors:
import ray
ray.init()
2023-07-15 15:17:02,721 ERROR services.py:1207 -- Failed to start the dashboard , return code -11
2023-07-15 15:17:02,726 ERROR services.py:1232 -- Error should be written to 'dashboard.log' or 'dashboard.err'. We are printing the last 20 lines for you. See 'https://docs.ray.io/en/master/ray-observability/ray-logging.html#logging-directory-structure' to find where the log file is.
2023-07-15 15:17:02,729 ERROR services.py:1276 --
The last 20 lines of /tmp/ray/session_2023-07-15_15-16-58_607926_29/logs/dashboard.log (it contains the error message from the dashboard):
2023-07-15 15:17:02,585 INFO head.py:242 -- Starting dashboard metrics server on port 44227
2023-07-15 15:17:04,019 INFO worker.py:1636 -- Started a local Ray instance.
After checking, there are following patterns:
1, If using ray tune 2.2.0, there will be no problem, with or without GPU turned on
2. If using ray 2.5.1, when GPU is turned on, this error will occur.
The text was updated successfully, but these errors were encountered: