Skip to content

Commit 113bdeb

Browse files
committed
debug resolve issue
1 parent a8c2aa0 commit 113bdeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ build:
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:
@@ -78,7 +78,7 @@ build:
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

8484
requirements:
@@ -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

0 commit comments

Comments
 (0)