mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Initial implementation of Cython pickle5 support (#5725)
This commit is contained in:
@@ -177,5 +177,6 @@ LOG_MONITOR_MAX_OPEN_FILES = 200
|
||||
|
||||
# A constant used as object metadata to indicate the object is raw binary.
|
||||
RAW_BUFFER_METADATA = b"RAW"
|
||||
PICKLE5_BUFFER_METADATA = b"PICKLE5"
|
||||
|
||||
AUTOSCALER_RESOURCE_REQUEST_CHANNEL = b"autoscaler_resource_request"
|
||||
|
||||
Reference in New Issue
Block a user