From 4eb56010a4ba1be1df09f9f7ec4d8c86be9f5cf9 Mon Sep 17 00:00:00 2001 From: wojciechsromek Date: Fri, 19 Jul 2024 13:09:28 +0200 Subject: [PATCH] test --- .github/workflows/test-gpu.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: