[router] upgrade kernel version in pd ci (#9720)

This commit is contained in:
Chang Su
2025-08-27 16:02:41 -07:00
committed by GitHub
parent bc80dc4ce0
commit 28684f909d

View File

@@ -118,8 +118,8 @@ jobs:
python3 -m pip --no-cache-dir install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.1
python3 -m pip --no-cache-dir install sgl-kernel==0.3.5
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install sgl-kernel==0.3.7
- name: Build and install sgl-router
run: |