diff --git a/.github/workflows/vllm-benchmark.yml b/.github/workflows/vllm-benchmark.yml index 5bec710a..3d2209c7 100644 --- a/.github/workflows/vllm-benchmark.yml +++ b/.github/workflows/vllm-benchmark.yml @@ -332,7 +332,7 @@ jobs: pip install torchao==0.14.1 fbgemm-gpu-genai==1.4.1 # A quick mitigation for https://github.com/vllm-project/vllm/issues/32373 - rm /etc/ld.so.conf.d/00-cuda-compat.conf || true + rm /etc/ld.so.conf.d/cuda-compat.conf || true ldconfig " fi