mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
Send active object IDs to the raylet (#5803)
* Send active object IDs to the raylet * comment * comments * dedup * signed int in config * comments * Remove object ID from monitor * Fix test * re-add check * fix cast * check if core worker * Add comment * Reservoir sampling * Fix lint * Pointer return * tmp * Fix merge * Initialize object ids properly * Fix lint
This commit is contained in:
@@ -88,7 +88,7 @@ def ray_deps_setup():
|
||||
# This is how diamond dependencies are prevented.
|
||||
git_repository(
|
||||
name = "com_google_absl",
|
||||
commit = "5b65c4af5107176555b23a638e5947686410ac1f",
|
||||
commit = "aa844899c937bde5d2b24f276b59997e5b668bde",
|
||||
remote = "https://github.com/abseil/abseil-cpp.git",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user