mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 14:12:00 +08:00
[ray_client] actors v0 (#12388)
This commit is contained in:
@@ -19,15 +19,17 @@ from ray import ray_constants
|
||||
from ray import cloudpickle as pickle
|
||||
from ray._raylet import PythonFunctionDescriptor
|
||||
from ray.utils import (
|
||||
is_function_or_method,
|
||||
is_class_method,
|
||||
is_static_method,
|
||||
check_oversized_pickle,
|
||||
decode,
|
||||
ensure_str,
|
||||
format_error_message,
|
||||
push_error_to_driver,
|
||||
)
|
||||
from ray.util.inspect import (
|
||||
is_function_or_method,
|
||||
is_class_method,
|
||||
is_static_method,
|
||||
)
|
||||
|
||||
FunctionExecutionInfo = namedtuple("FunctionExecutionInfo",
|
||||
["function", "function_name", "max_calls"])
|
||||
|
||||
Reference in New Issue
Block a user