From bad8e96dff714ea16586715f0f31dbbac26d2562 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Mon, 9 Dec 2024 19:57:07 -0500 Subject: [PATCH] Fix workflows --- .github/workflows/_linux-test-h100.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/_linux-test-h100.yml b/.github/workflows/_linux-test-h100.yml index 9d16fff5..88121b10 100644 --- a/.github/workflows/_linux-test-h100.yml +++ b/.github/workflows/_linux-test-h100.yml @@ -22,29 +22,11 @@ jobs: uses: actions/checkout@v3 with: submodules: recursive - - uses: dorny/paths-filter@v3 - id: submodules_changes - with: - filters: | - fa: - - 'submodules/flash-attention/**' - xformers: - - 'submodules/xformers/**' - name: Tune Nvidia GPU run: | sudo nvidia-smi -pm 1 sudo ldconfig nvidia-smi - - name: Reinstall flash-attn (optional) - if: steps.submodules_changes.outputs.fa == 'true' - run: | - . "${SETUP_SCRIPT}" - python install.py --fa2 --ci - - name: Reinstall xformers (optional) - if: steps.submodules_changes.outputs.xformers == 'true' - run: | - . "${SETUP_SCRIPT}" - python install.py --xformers - name: Install Tritonbench run: | # speedup install and skip compile by reusing the docker .so files