File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments