[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

@@ -106,8 +106,7 @@ of PyTorch Nightly and should be considered **experimental**. Using the flag `--
-t vllm/vllm-gh200-openai:latest \
--build-arg max_jobs=66 \
--build-arg nvcc_threads=2 \
--build-arg torch_cuda_arch_list="9.0 10.0+PTX" \
--build-arg vllm_fa_cmake_gpu_arches="90-real"
--build-arg torch_cuda_arch_list="9.0 10.0+PTX"
```
!!! note