mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Fix streaming ci failure (#12830)
This commit is contained in:
@@ -771,6 +771,8 @@ def init(
|
||||
driver_object_store_memory=_driver_object_store_memory,
|
||||
job_id=None,
|
||||
job_config=job_config)
|
||||
if job_config and job_config.code_search_path:
|
||||
global_worker.set_load_code_from_local(True)
|
||||
|
||||
for hook in _post_init_hooks:
|
||||
hook()
|
||||
|
||||
Reference in New Issue
Block a user