mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
Add global state accessor of jobs (#8401)
This commit is contained in:
@@ -79,6 +79,7 @@ from ray.includes.libcoreworker cimport (
|
||||
CActorHandle,
|
||||
)
|
||||
from ray.includes.ray_config cimport RayConfig
|
||||
from ray.includes.global_state_accessor cimport CGlobalStateAccessor
|
||||
|
||||
import ray
|
||||
from ray.async_compat import (sync_to_async,
|
||||
@@ -107,6 +108,7 @@ include "includes/buffer.pxi"
|
||||
include "includes/common.pxi"
|
||||
include "includes/serialization.pxi"
|
||||
include "includes/libcoreworker.pxi"
|
||||
include "includes/global_state_accessor.pxi"
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user