update sgl-kernel test ci (#4866)

This commit is contained in:
Yineng Zhang
2025-03-28 11:42:41 -07:00
committed by GitHub
parent 044c315970
commit 72549263c6

View File

@@ -84,7 +84,6 @@ jobs:
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
git clone --recursive https://github.com/deepseek-ai/DeepGEMM.git && cd DeepGEMM && python3 setup.py develop
- name: Run test
timeout-minutes: 30
@@ -116,7 +115,6 @@ jobs:
pip3 uninstall sgl-kernel -y || true
pip3 install sgl-kernel/dist/*whl --force-reinstall --no-deps
pip3 list | grep sgl-kernel
git clone --recursive https://github.com/deepseek-ai/DeepGEMM.git && cd DeepGEMM && python3 setup.py develop
- name: Run test
timeout-minutes: 30