TensorX
返回文献探索

Paper · arXiv 2312.08361

Distributed Inference and Fine-tuning of Large Language Models Over The Internet

Alexander Borzunov, Max Ryabinin, Artem Chumachenko, Dmitry Baranchuk, Tim Dettmers, Younes Belkada, Pavel Samygin, Colin Raffel

27 upvotesDecember 13, 2023arXiv 预印本
AI 摘要

A decentralized system pools idle compute resources to enable efficient inference and fine-tuning of large language models over a consumer-grade network, showcasing significant performance improvements.

large language modelscost-efficient inferencefine-tuninggeodistributed devicesfault-tolerant inferenceload-balancing protocolsPetalsLlama 2BLOOM

Abstract

Large language models (LLMs) are useful in many NLP tasks and become more capable with size, with the best open-source models having over 50 billion parameters. However, using these 50B+ models requires high-end hardware, making them inaccessible to most researchers. In this work, we investigate methods for cost-efficient inference and fine-tuning of LLMs, comparing local and distributed strategies. We observe that a large enough model (50B+) can run efficiently even on geodistributed devices in a consumer-grade network. This could allow running LLM efficiently by pooling together idle compute resources of multiple research groups and volunteers. We address two open problems: (1) how to perform inference and fine-tuning reliably if any device can disconnect abruptly and (2) how to partition LLMs between devices with uneven hardware, joining and leaving at will. In order to do that, we develop special fault-tolerant inference algorithms and load-balancing protocols that automatically assign devices to maximize the total system throughput. We showcase these algorithms in Petals - a decentralized system that runs Llama 2 (70B) and BLOOM (176B) over the Internet up to 10x faster than offloading for interactive generation. We evaluate the performance of our system in simulated conditions and a real-world setup spanning two continents.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Distributed Inference and Fine-tuning of Large Language Models Over The Internet | TensorX