The nm-vllm-certs repository serves as the official distribution and certification hub for Neural Magic's enterprise editions of vLLM, a popular open-source large language model serving framework. The repository maintains general information, model certifications, and comprehensive benchmarks for the nm-vllm packages, which are distributed as production-level official releases and beta-level nightly releases. The packages are available as versioned Python wheels and Docker images, making them accessible to users across different deployment scenarios.
Neural Magic releases official versions of nm-vllm at its discretion, typically aligning with upstream vLLM releases. These official releases are published through both the standard PyPI repository and Neural Magic's proprietary PyPI index. In contrast, nightly builds are automatically released every night when continuous integration tests pass successfully, also available through Neural Magic's PyPI. This dual-release strategy allows users to choose between stable, thoroughly tested production releases or cutting-edge nightly builds with the latest features and improvements.
The PyPI distribution of nm-vllm includes pre-compiled binaries optimized for CUDA version 12.1, streamlining installation for users with compatible environments. For users with different PyTorch or CUDA versions, the repository provides guidance on compiling the package from source. Additionally, the repository offers optional sparse dependencies that enable users to leverage weight sparsity features, which are particularly valuable for optimizing model performance and reducing computational requirements. Docker deployment is supported through the nm-vllm-ent container registry, which hosts premade Docker images that can be launched to run OpenAI-compatible servers.
According to GitGenius activity classification, this repository is actively categorized across multiple domains including AI models, transformers, Hugging Face integration, model validation, verification tools, deep learning, model robustness, LLamaIndex, trustworthy AI, and LLM certification. The repository maintains overlapping contributors with both the upstream vLLM project and Neural Magic's sparsezoo repository, indicating active collaboration and integration within the broader Neural Magic ecosystem.
The repository provides a dedicated benchmarking section where users can access detailed performance metrics and results for nm-vllm distributions. This transparency in benchmarking allows users to evaluate the performance characteristics of different versions and configurations before deployment. Neural Magic maintains a curated collection of optimized models available through its Hugging Face organization profiles, including both the primary neuralmagic profile and the nm-testing profile for experimental models.
The homepage at neuralmagic.github.io/nm-vllm-certs serves as the central documentation and information portal for the project, providing users with easy access to certification details, benchmark results, and installation instructions. By maintaining this comprehensive repository of certifications and benchmarks, Neural Magic establishes a transparent framework for validating the performance and reliability of its enterprise vLLM distributions, supporting enterprise adoption and deployment confidence.