diff --git a/.github/workflows/trtllm_tests.yaml b/.github/workflows/trtllm_tests.yaml index 3edb6440..9a99fb61 100644 --- a/.github/workflows/trtllm_tests.yaml +++ b/.github/workflows/trtllm_tests.yaml @@ -46,5 +46,7 @@ jobs: options: --gpus all --shm-size=8g steps: + - name: List binaries + run: ls -alh /usr/local/tgi/bin - name: Run C++/CUDA tests run: /usr/local/tgi/bin/tgi_trtllm_backend_tests \ No newline at end of file