Skip to content

Commit 40da9ae

Browse files
committed
Debug
1 parent 7875d12 commit 40da9ae

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/third-party-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,8 @@ jobs:
6464
- name: Setup PyTorch
6565
uses: ./.github/actions/setup-pytorch
6666

67-
- name: Build Triton wheels
67+
- name: Setup Triton
6868
uses: ./.github/actions/setup-triton
69-
with:
70-
command: DEBUG=1 python -m build --wheel --no-isolation
71-
72-
- name: Install Triton
73-
id: install
74-
run: |
75-
pip install dist/*.whl
7669

7770
- name: Create reports dir
7871
run: |

scripts/test-triton.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,9 @@ run_sglang_install() {
615615
# We should remove all torch libraries from requirements to avoid reinstalling triton & torch
616616
# We remove sgl kernel due to a bug in the current environment probably due to using newer torch
617617
sed -i '/pytorch\|torch\|sgl-kernel/d' python/pyproject.toml
618-
pip install "./python[dev_xpu]"
618+
echo "pyproject.toml after modification:"
619+
cat python/pyproject.toml
620+
pip install -e "./python"
619621
cd ..
620622
fi
621623

0 commit comments

Comments
 (0)