diff --git a/.github/workflows/test-gpu.yaml b/.github/workflows/test-gpu.yaml index 474730ebe..7e8674848 100644 --- a/.github/workflows/test-gpu.yaml +++ b/.github/workflows/test-gpu.yaml @@ -20,6 +20,9 @@ jobs: - name: Install OpenSSL && pkg-config run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev + - name: Find libs + run: find /usr -name libnvrtc.so && find /user -name libcuda.so + - name: Install CUDA and NCCL dependencies if: steps.cache-cuda-nccl.outputs.cache-hit != 'true' env: