[Deps] Upgrade CUDA PyTorch stack to 2.13 (#28836)
Co-authored-by: Brayden Zhong <b8zhong@uwaterloo.ca>
This commit is contained in:
co-authored by
Brayden Zhong
parent
4ad990ba7d
commit
434e646282
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user