[Deps] Upgrade CUDA PyTorch stack to 2.13 (#28836)

Co-authored-by: Brayden Zhong <b8zhong@uwaterloo.ca>
This commit is contained in:
Mohammad Miadh Angkad
2026-08-06 12:08:44 -07:00
committed by GitHub
co-authored by Brayden Zhong
parent 4ad990ba7d
commit 434e646282
34 changed files with 221 additions and 206 deletions
+6 -1
View File
@@ -18,7 +18,12 @@ from sglang.test.test_utils import (
try_cached_model,
)
register_cuda_ci(est_time=189, stage="base-c", runner_config="deepep-4-gpu-h100")
register_cuda_ci(
est_time=189,
stage="base-c",
runner_config="deepep-4-gpu-h100",
disabled="Temporarily disabled until the next Mooncake release includes the PyTorch 2.13 collective forwarding fix.",
)
ib_devices = get_rdma_devices_args()