Skip to content

Commit 101a6d9

Browse files
author
jiangpeiling
committed
🐛 Fixed ray startup failure.
1 parent f906f13 commit 101a6d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/data_process/ray_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,6 @@ def init_ray_for_service(
216216
dashboard_port=dashboard_port
217217
)
218218

219+
219220
# Create a global RayConfig instance accessible throughout the module
220-
ray_config = RayConfig()
221+
ray_config = RayConfig()

0 commit comments

Comments
 (0)