Installation - 57300

ZenDNN User Guide (57300)

Document ID
57300
Release Date
2025-08-18
Revision
5.1 English

Follow these instructions to install.

  1. Create a new Python environment.
    Note: To get started with Conda, refer to the Miniforge Installation Guide.

    Using Conda

    conda create -n vllm-env python=3.10
    conda activate vllm-env
  2. Build vLLM from Source.
    1. Follow instructions provided in the vLLM Installation Guide.
      Note: Pre-built vLLM CPU binaries are not available. You must build vLLM from source to enable CPU support.
    2. Ensure you check out the v0.9.0 release tag or a later version before building.
  3. Install zentorch. Refer to the zentorch Installation Guide for detailed instructions.
  4. Install the requirements.
    pip install transformers==4.52.4