mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
Change Python's ObjectID to ObjectRef (#9353)
This commit is contained in:
@@ -201,7 +201,7 @@ def check_for_failure(remote_values):
|
||||
"""Checks remote values for any that returned and failed.
|
||||
|
||||
Args:
|
||||
remote_values (list): List of object IDs representing functions
|
||||
remote_values (list): List of object refs representing functions
|
||||
that may fail in the middle of execution. For example, running
|
||||
a SGD training loop in multiple parallel actor calls.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user