mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 23:29:31 +08:00
Fix tempfile issues (#4605)
This commit is contained in:
committed by
Robert Nishihara
parent
dca1c25d88
commit
bd00735fe8
@@ -1694,8 +1694,7 @@ def connect(node,
|
||||
mode=WORKER_MODE,
|
||||
log_to_driver=False,
|
||||
worker=global_worker,
|
||||
driver_id=None,
|
||||
load_code_from_local=False):
|
||||
driver_id=None):
|
||||
"""Connect this worker to the raylet, to Plasma, and to Redis.
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user