JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models
Merged summary
TL;DR - JoyNexus is a multi-tenant service for fine-tuning, reinforcement learning, and evaluating Vision-Language-Action models. It reduces aggregate GPU time and improves utilization by sharing resident base models and coordinating workloads across tenants.
- Separates training, inference, and environment services behind high- and low-level APIs.
- Isolates tenant-specific modules, optimizers, rollout data, and policy versions while sharing infrastructure.
- Uses global training and inference queues to schedule concurrent workloads.
- Introduces group batching across compatible heterogeneous data schemas, sharing a backbone forward pass.
Sources (1)
JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models
TL;DR - JoyNexus is a multi-tenant service for fine-tuning, reinforcement learning, and evaluating Vision-Language-Action models. It reduces aggregate GPU time and improves utilization by sharing resident base models and coordinating workloads across tenants.
- Separates training, inference, and environment services behind high- and low-level APIs.
- Isolates tenant-specific modules, optimizers, rollout data, and policy versions while sharing infrastructure.
- Uses global training and inference queues to schedule concurrent workloads.
- Introduces group batching across compatible heterogeneous data schemas, sharing a backbone forward pass.