-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscommunity-backlogcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilityrdtRay Direct TransportRay Direct Transport
Description
Description
When Ray actors return data, Ray serialization extracts all torch.Tensors and stores them in an "in-actor object store", avoiding serialization in the Ray shared-memory object store. Currently, this PoC only works for torch.Tensors. Ideally, we should support users passing different data types such as torch.TensorDict or JAX arrays.
Use case
No response
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weekscommunity-backlogcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilityrdtRay Direct TransportRay Direct Transport