experimental/cuda-ubi9/: vllm-0.4.2 metadata and description

Homepage Simple index

A high-throughput and memory-efficient inference and serving engine for LLMs

author vLLM Team
classifiers
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • License :: OSI Approved :: Apache Software License
  • Topic :: Scientific/Engineering :: Artificial Intelligence
description_content_type text/markdown
license Apache 2.0
project_urls
  • Homepage, https://github.com/vllm-project/vllm
  • Documentation, https://vllm.readthedocs.io/en/latest/
provides_extras tensorizer
requires_dist
  • cmake >=3.21
  • ninja
  • psutil
  • sentencepiece
  • numpy
  • requests
  • py-cpuinfo
  • transformers >=4.40.0
  • tokenizers >=0.19.1
  • fastapi
  • openai
  • uvicorn[standard]
  • pydantic >=2.0
  • prometheus-client >=0.18.0
  • prometheus-fastapi-instrumentator >=7.0.0
  • tiktoken ==0.6.0
  • lm-format-enforcer ==0.9.8
  • outlines ==0.0.34
  • typing-extensions
  • filelock >=3.10.4
  • ray >=2.9
  • nvidia-ml-py
  • vllm-nccl-cu12 <2.19,>=2.18
  • torch ==2.3.0
  • xformers ==0.0.26.post1
  • tensorizer ==2.9.0 ; extra == 'tensorizer'
requires_python >=3.8
File Tox results History
vllm-0.4.2-cp311-cp311-manylinux1_x86_64.whl
Size
65 MB
Type
Python Wheel
Python
3.11

vLLM

Easy, fast, and cheap LLM serving for everyone

| Documentation | Blog | Paper | Discord |

Latest News 🔥


About

vLLM is a fast and easy-to-use library for LLM inference and serving.

vLLM is fast with:

vLLM is flexible and easy to use with:

vLLM seamlessly supports many Hugging Face models, including the following architectures:

Install vLLM with pip or from source:

pip install vllm

Getting Started

Visit our documentation to get started.

Contributing

We welcome and value any contributions and collaborations. Please check out CONTRIBUTING.md for how to get involved.

Citation

If you use vLLM for your research, please cite our paper:

@inproceedings{kwon2023efficient,
  title={Efficient Memory Management for Large Language Model Serving with PagedAttention},
  author={Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica},
  booktitle={Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles},
  year={2023}
}