Your current environment
cuda 12.6
ubuntu 20
Is it possible to install vllm==0.21.0 by compiling the source code?
🐛 Describe the bug
conda activate vllm_env
git clone -b 0.21.0 https://github.com/vllm-project/vllm.git
cd vllm
python use_existing_torch.py
pip install -r requirements/build/cuda.txt
pip install --no-build-isolation -e .
Before submitting a new issue...
Your current environment
cuda 12.6
ubuntu 20
Is it possible to install vllm==0.21.0 by compiling the source code?
🐛 Describe the bug
conda activate vllm_env
git clone -b 0.21.0 https://github.com/vllm-project/vllm.git
cd vllm
python use_existing_torch.py
pip install -r requirements/build/cuda.txt
pip install --no-build-isolation -e .
Before submitting a new issue...