mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
Better organize ray_common module (#4898)
This commit is contained in:
committed by
Robert Nishihara
parent
c2253d2313
commit
d106283769
@@ -3,7 +3,7 @@ from libcpp.string cimport string as c_string
|
||||
from libcpp.unordered_map cimport unordered_map
|
||||
|
||||
|
||||
cdef extern from "ray/ray_config.h" nogil:
|
||||
cdef extern from "ray/common/ray_config.h" nogil:
|
||||
cdef cppclass RayConfig "RayConfig":
|
||||
@staticmethod
|
||||
RayConfig &instance()
|
||||
|
||||
Reference in New Issue
Block a user