paper-with-me

홈 › Papers

Chameleon: a Heterogeneous and Disaggregated Accelerator System for Retrieval-Augmented Language Models

2023-10-15 · Wenqi Jiang, Marco Zeller, Roger Waleffe, Torsten Hoefler, Gustavo Alonso

A Retrieval-Augmented Language Model (RALM) combines a large language model (LLM) with a vector database to retrieve context-specific knowledge during text generation. This strategy facilitates impressive generation quality even with smaller models, thus reducing computational demands by orders of magnitude. To serve RALMs efficiently and flexibly, we propose Chameleon, a heterogeneous accelerator system integrating both LLM and vector search accelerators in a disaggregated architecture. The heterogeneity ensures efficient serving for both inference and retrieval, while the disaggregation allows independent scaling of LLM and vector search accelerators to fulfill diverse RALM requirements. Our Chameleon prototype implements vector search accelerators on FPGAs and assigns LLM inference to GPUs, with CPUs as cluster coordinators. Evaluated on various RALMs, Chameleon exhibits up to 2.16$\times$ reduction in latency and 3.18x speedup in throughput compared to the hybrid CPU-GPU architecture. The promising results pave the way for adopting heterogeneous accelerators for not only LLM inference but also vector search in future RALM systems.

📄 PDF Abstract BibTeX arXiv:2310.09949

Code (1)

WenqiJiang/SC-ANN-FPGA

Tasks

CPUGPULanguage ModelingLanguage ModellingLarge Language ModelRetrievalText Generation

Similar Papers 제목 키워드 기반

LLMServingSim 2.0: A Unified Simulator for Heterogeneous and Disaggregated LLM Serving Infrastructure

2026-02-26 · Jaehong Cho, Hyunmin Choi, Guseul Heo, Jongse Park arxiv

Large language model (LLM) serving infrastructures are undergoing a shift toward heterogeneity and disaggregation. Modern deployments increasingly integrate diverse accelerators and near-memory processing technologies, i…

Efficient Heterogeneous Large Language Model Decoding with Model-Attention Disaggregation

2024-05-03 · Shaoyuan Chen, Wencong Xiao, Yutong Lin, Mingxing Zhang 외

Transformer-based large language models (LLMs) exhibit impressive performance in generative tasks but also introduce significant challenges in real-world serving due to inefficient use of the expensive, computation-optim…

Language ModelingLanguage ModellingLarge Language Modelmodel

Heterogeneous Computing: The Key to Powering the Future of AI Agent Inference

2026-01-29 · Yiren Zhao, Junyi Liu arxiv

AI agent inference is driving an inference heavy datacenter future and exposes bottlenecks beyond compute - especially memory capacity, memory bandwidth and high-speed interconnect. We introduce two metrics - Operational…

Chameleon: A MatMul-Free Temporal Convolutional Network Accelerator for End-to-End Few-Shot and Continual Learning from Sequential Data

2025-05-30 · Douwe den Blanken, Charlotte Frenkel

On-device learning at the edge enables low-latency, private personalization with improved long-term robustness and reduced maintenance costs. Yet, achieving scalable, low-power end-to-end on-chip learning, especially fro…

Continual LearningFew-Shot LearningKeyword Spotting

tf.data service: A Case for Disaggregating ML Input Data Processing

2022-10-26 · Andrew Audibert, Yang Chen, Dan Graur, Ana Klimovic 외

Machine learning (ML) computations commonly execute on expensive specialized hardware, such as GPUs and TPUs, which provide high FLOPs and performance-per-watt. For cost efficiency, it is essential to keep these accelera…

CPU