[CI/Build] get rid of unused VLLM_FA_CMAKE_GPU_ARCHES (#21599)

Signed-off-by: Daniele Trifirò <dtrifiro@redhat.com>
This commit is contained in:
Daniele
2025-07-31 09:00:08 +02:00
committed by GitHub
parent 9532a6d563
commit d2aab336ad
5 changed files with 2 additions and 11 deletions

View File

@ -15,7 +15,6 @@ $python_executable -m pip install -r requirements/build.txt -r requirements/cuda
export MAX_JOBS=1
# Make sure release wheels are built for the following architectures
export TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"
export VLLM_FA_CMAKE_GPU_ARCHES="80-real;90-real"
bash tools/check_repo.sh