Skip to main content

GenZ is designed to simplify the relationship between the hardware platform used for serving Large Language Models(LLMs) and inference serving metrics like latency and memory.

Project description

GenZ

Generative LLM Analyzer

Try GenZ without any setup: GenZ-LLM-Analyzer

Overview

GenZ to designed to simplify the relationship between the hardware platform used for serving Large Language Models(LLMs) and inference serving metrics like latency and memory.

Running an LLM on hardware has three key component.

  • Model : The LLM model architecture and corresponding parameters like number of layers, layer dimension etc.
  • Usecase : Size of the Input queries, expected size of output query, and number of parallel beams generated.
  • Optimization : There are various different optimizations that can be used to improve the LLM performance on a given hardware platform.
    • Quantization (Reducing the data precision)
    • Batching (Batching multiple similar sized queries to improve the throughput)
    • Parallelization ( Choosing specific parallelization strategies can help improve the performance of the LLM).
    • Operator Fusion ( FlashAttention/FLAT are techniques used to fuse multiple kernels together to speedup certain kernels.)

Given the specified LLM, Hardware Platform(GPU/CPU/Accelerator), data type, and parallelism configurations, genz can generate the latency and memory usage estimations.

GenZ can help answer various system-level choice-making questions, including,

  • how should the deployment platform change for LLM use cases for Q/A chatbots for customer services agents versus legal document summarization in attorney's offices?
  • how can the platform configurations be tweaked to maintain the same level of performance when deploying LLaMA2-70B instead of LLaMA2-7B?
  • What will be the performance compromise if we do not change the serving platform?

GenZ can help computer architects understand trends which can help in designing the next generation of AI platforms by navigating the interplay between various HW characteristics and LLM inference performance based on models and compute demand.

  • if each node's total HBM bandwidth increases/decreases by 10%, what would the impact on inference latency be?
  • By how much should the chip-to-chip communication network be improved?

Installation

pip install genz-llm

or

git clone abhibambhaniya/genz.git
cd genz
pip install -r requirements.txt

Examples

Refere to notebook/LLM_inference_perf.ipynb and notebook/LLM_memory_analysis.ipynb to get familiar with the setup.

Parallelism Scheme

GenZ supports Tensor Parallelism (TP), Pipeline Parallelism (PP) accross large platforms with multiple NPUs.

Communication

Tensor Parallelism requires ring allreduce. Pipeline Parallelism requires a single hop node-to-node message passing.

Data Types

Data types are expressed with the number of bits, We have the following data types are modeled for now.

Data Type Bits
FP32 32
BF16 16
INT8/FP8 8
INT4/FP4 4
INT2 2

TODOs

Check the TODOs below for what's next and stay tuned! Any contributions or feedback are highly welcome!

  • Add Expert parallelism and Sequence parallelism
  • Support LoRA
  • Add different kind of quantization for weights/KV/activations.

Citation

If you use GenZ in your paper, please cite:

@misc{bambhaniya2024demystifying,
      title={Demystifying Platform Requirements for Diverse LLM Inference Use Cases}, 
      author={Abhimanyu Bambhaniya and Ritik Raj and Geonhwa Jeong and Souvik Kundu and Sudarshan Srinivasan and Midhilesh Elavazhagan and Madhu Kumar and Tushar Krishna},
      year={2024},
      eprint={2406.01698},
      archivePrefix={arXiv},
      primaryClass={cs.AR}
}

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

genz_llm-0.0.14.tar.gz (39.4 kB view details)

Uploaded Source

Built Distribution

genz_llm-0.0.14-py3-none-any.whl (49.5 kB view details)

Uploaded Python 3

File details

Details for the file genz_llm-0.0.14.tar.gz.

File metadata

  • Download URL: genz_llm-0.0.14.tar.gz
  • Upload date:
  • Size: 39.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for genz_llm-0.0.14.tar.gz
Algorithm Hash digest
SHA256 61a8a7fb13f7f63c51e93df1d59860c5fe3ec50e769fa3dec59934c9c9089737
MD5 26ad675e0041b727df99a1aa7def9705
BLAKE2b-256 5e25e83ad04c837493971d019c656eebc79ec552f3e50ccb82704e79316eb638

See more details on using hashes here.

File details

Details for the file genz_llm-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: genz_llm-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 49.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for genz_llm-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 785a18e758ab0d26b4ff28fd00e9f694e2cd26506b2f9c76dcd6545140a51fa5
MD5 a857380f20b2f0e9a7cd6eaa9257d807
BLAKE2b-256 dbf6bf8f6aa6bad70fc0da66ed864459161ccd389ad482f5ee9a75651d0ebb2e

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