Coupled with efficient memory management across GPU and host memory, FaaScale handles bursty LLM inference workloads effectively, achieving up to 5Γ lower tail time-to-first-token latency and 31.3% cost reduction on real-world LLM traces.
Our FaaScale accepted to #MLSys'26.
FaaScale is a #serverless#LLM system that enables fast and resource-efficient model scaling. Its key idea is "pipelined multicast inference" that synergizes multicast with dynamic, cross-node pipeline-parallel execution during model transfer.
FaaScale implements this idea through a model scaling scheme that adaptively multicasts model blocks and dynamically forms inference pipelines on the fly.
Our paper "Torpor: GPU-Enabled Serverless Computing for Low-Latency, Resource-Efficient Inference" has been accepted to @usenix ATC '25. The better part is that it's been deployed and tested in real commercial #serverless cloud. Stay tuned!
We are excited to announce that applications for the 2024 MLCommons ML and Systems Rising Stars Program are now open! Early-to-late-stage PhD students and recent Ph.D. grads have until March 22nd to register. Apply today:
https://t.co/PYOeeSZIZK
A paper accepted to #UsenixSecurity '24.
This is a systems work with rigorous proofs. It shows, in a #FederatedLearning setting, how one can still select clients for participation securely, fairly and efficiently even if the server is adversarial.
The second work designs a fully automated verification framework for understanding fine-grained #consistency semantics in realistic large-scale web applications with no user input, efficiently and correctly.
@EuroSys_conf The first work designs a distributed #differential_privacy#federated_learning framework that is highly efficient and resilient to client dropout. It handles client dropout in realistic FL scenarios, achieving optimal privacy-utility tradeoff and accelerating training by 2.4x.
Our Pheromone work accepted to @usenix NSDI'23. It proposes a data-centric approach to design #serverless platform that allows fine-grained data exchange between functions of a workflow, while providing a unified and efficient approach for function invocation and data exchange.
The nsdi'23 camera-ready of this "data-centric #serverless" work is now online: https://t.co/LETzwoVonM
The system is also open-sourced: https://t.co/K5Zbt4y4nO
Comments welcome!
Compared to well-established commercial and open-source platforms, Pheromone cuts the latencies of function interactions and data exchanges by orders of magnitude, scales to large workflows, and enables easy implementation of complex applications.