Skip to main content

This package is a python library to support multiple communication groups for pytorch's distribted package

Project description

MultiWorld Framework for PyTorch

About

This repository implements MultiWorld framework for PyTorch. It enables fault management functionality for collective communication libraries (CCL) such as NCCL on top of the PyTorch distributed package. The fault management functionality includes (i) detection, (ii) tolerance (or resilience) and (iii) recovery. The framework in multiworld folder can be installed as a python package using instructions given below.

Project Summary

Single World vs. Multi World

Background and Motivation

In the world of machine learning (ML) and artificial intelligence (AI), it's crucial for models to be reliable. But as ML models are used more and more in real life, they face all sorts of problems such as hardware and network failures. Since ML inference is a long-running service, it is crucial that ML inference workloads handle these problems fast and gracefully. Especially, as models become larger, it becomes unavoidable to deploy them across GPUs and hosts, which renders fault management challenging.

MultiWorld is an innovative framework aimed at supporting fault management in ML inference workloads. Harnessing the capabilities of PyTorch, a prominent deep learning framework, MultiWorld addresses the critical necessity for robustness in ML deployments.

Key Contributions

The framework is built on top of PyTorch, a widely-used deep learning framework, and will support various backends such as NCCL and Gloo for distributed computing.

MultiWorld framework allows each worker to be a part of multiple worlds as displayed in the above figure. Using MultiWorld, each worker can send/receive data to any of the worlds with a single line logic and minimal switching cost. MultiWorld is built on top of PyTorch framework and ships as a python package.

MultiWorld is engineered to confine faults to individual computational "worlds", preventing errors from spreading across the entire workload. This means that if something goes wrong in one worker, the worlds where the worker belongs will be only affected, but it won't affect the others. Despite adding fault management mechanisms, MultiWorld maintains the integrity of each computational context, preserving the underlying structure and minimizing overhead. This approach allows developers to enhance fault management without requiring significant changes to their existing codebase or workflow. In many cases, the developers only need to replace PyTorch's send/recv with the counter part of MultiWorld (send/recv under WorldCommunicator's module).

Folder Information

  • docs contains additional documents
  • examples contain examples to demonstrate the usage of the multiworld framework.
  • multiworld contains the source code for the multiworld package.
  • patch contains patch files to install the multiworld source code into the installed PyTorch package.
  • scripts contains scripts for generating the patch file, primarily for developers contributing to the multiworld source code.

Key Source Files Information

  • multiworld/world_manager.py contains WorldManager class to create and manage multiple worlds.
  • multiworld/world_communicator.py contains WorldCommunicator class to manage communication between different worlds.
  • multiworld/watchdog.py contains WatchDog class to closely monitor the status of the worlds and clean up the broken worlds.

Dependencies and Version

Installation

Step 1: Install multiworld package

To use the latest official package,

pip install multiworld

To install the package from source,

pip install .

Step 2: Run post installation script

m8d-post-setup

Running Examples

The list of all examples that are available can be found in the examples folder. We recommend to start with send_recv example

Generating Documentation

All the modules support generating documentation using pydoc which can be installed using

pip install pydocs

To view the documentation for multiworld/world_manager.py run the command

pydoc multiworld/world_manager.py

Contributors

contributors

How to Contribute

If you wish to contribute or suggest any additional funtionalities, please check out Contributing Guidelines

Citation

@misc{m8d2024,
      title={Enabling Elastic Model Serving with MultiWorld}, 
      author={Myungjin Lee and Akshay Jajoo and Ramana Rao Kompella},
      year={2024},
      eprint={2407.08980},
      archivePrefix={arXiv},
      primaryClass={cs.DC},
      url={https://arxiv.org/abs/2407.08980}, 
}

License

Apache License 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multiworld-0.2.0.tar.gz (57.7 kB view details)

Uploaded Source

Built Distribution

multiworld-0.2.0-py3-none-any.whl (61.7 kB view details)

Uploaded Python 3

File details

Details for the file multiworld-0.2.0.tar.gz.

File metadata

  • Download URL: multiworld-0.2.0.tar.gz
  • Upload date:
  • Size: 57.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for multiworld-0.2.0.tar.gz
Algorithm Hash digest
SHA256 1f636e47074799ac9cfd553429e585912fb266083933e34dc9cce89a554c8e8c
MD5 8a5f4cd68cc01050277a41c2d637be82
BLAKE2b-256 2ead6aca3cb88515f42c0a2993fc9f8eb51261cf71c7c87979abaea41f9ecaf0

See more details on using hashes here.

File details

Details for the file multiworld-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: multiworld-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 61.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for multiworld-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1d40bfa484063a056c61b27b064da34c3c8168674c98001772fb8665937495be
MD5 fba86c9c82e5d19f8fe794863efa623d
BLAKE2b-256 146f259b5162921e3dffe331de07305557a776a6dd1ccb6dcd848dc0eb23b6cb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page