Update PyTorch to 2.7.0 (#16859)

This commit is contained in:
Huy Do
2025-04-29 19:08:04 -07:00
committed by GitHub
parent 1c2bc7ead0
commit 2c4f59afc3
18 changed files with 102 additions and 77 deletions

View File

@@ -54,7 +54,7 @@ elif (sys.platform.startswith("linux") and torch.version.cuda is None
# fallback to cpu
VLLM_TARGET_DEVICE = "cpu"
MAIN_CUDA_VERSION = "12.4"
MAIN_CUDA_VERSION = "12.8"
def is_sccache_available() -> bool: