mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Remove ref counting dependencies on ray.get() (#6412)
* Remove ref counting dependencies on Get() * comment * don't send IDs when disabled * pass through internal config * fix * allow reinit * remove flag
This commit is contained in:
@@ -86,4 +86,4 @@ cdef extern from "ray/common/ray_config.h" nogil:
|
||||
|
||||
uint32_t maximum_gcs_deletion_batch_size() const
|
||||
|
||||
void initialize(const unordered_map[c_string, int] &config_map)
|
||||
void initialize(const unordered_map[c_string, c_string] &config_map)
|
||||
|
||||
Reference in New Issue
Block a user