From f91825c74b638a5cf39c4fada37eca04ba4472bc Mon Sep 17 00:00:00 2001 From: runame Date: Wed, 30 Oct 2024 14:48:45 +0100 Subject: [PATCH] Debuggin of triton error --- .github/workflows/gpu-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gpu-tests.yaml b/.github/workflows/gpu-tests.yaml index 7ac6f2d..ab50d71 100644 --- a/.github/workflows/gpu-tests.yaml +++ b/.github/workflows/gpu-tests.yaml @@ -19,6 +19,10 @@ jobs: run: | uv venv && source .venv/bin/activate uv pip install -e ".[dev]" + - name: Check Triton installation. + run: | + source .venv/bin/activate + python3 -c "import triton; print(triton.__version__)" - name: Run tests. run: | source .venv/bin/activate