File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 # https://github.com/vllm-project/vllm/blob/v0.10.1/setup.py#L147
6767 # https://github.com/vllm-project/vllm/blob/v0.10.1/vllm/envs.py#L268
6868 - export CMAKE_BUILD_TYPE=Release
69- - ${{ PYTHON }} -m pip install . -vv --no-build-isolation --no-deps
69+ # - ${{ PYTHON }} -m pip install . -vv --no-build-isolation --no-deps
7070
7171 python :
7272 entry_points :
7878 # ray (CUDA-only dependency) does not support 3.10 anymore
7979 - match(python, "<3.11") and cuda_compiler_version != "None"
8080 - aarch64 and use_cuda # Still have issues locating CUDA for the aarch64 build
81- # - not use_cuda # Just build CUDA for now
81+ - not use_cuda # Just build CUDA for now
8282 # - match(python, "!=3.10") # Until all the builds succeed
8383
8484requirements :
@@ -187,7 +187,7 @@ requirements:
187187 - if : use_cuda
188188 then :
189189 # see # see https://github.com/vllm-project/vllm/blame/v{{ version }}/requirements/cuda.txt
190- - pytorch ==${{ pytorch_version }} [build=cuda*]
190+ - pytorch * [build=cuda*]
191191 - ray-cgraph >=2.48
192192 - torchaudio ==${{ pytorch_version }}
193193 - torchvision ==0.23.0
You can’t perform that action at this time.
0 commit comments