Use cu128 for torch audio to fix some CI tests (#11251)

This commit is contained in:
Lianmin Zheng
2025-10-05 19:52:32 -07:00
committed by GitHub
parent baee08601b
commit 366a603e95
3 changed files with 5 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ jobs:
run: |
echo "Installing SGLang with all extras..."
python3 -m pip --no-cache-dir install --upgrade pip
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 torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
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.6.post1
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2