mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE][Easy] update CUDA and ROCm sources in nightly tool (#162324)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162324 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
12d4cb0122
commit
eca6ac2293
@ -142,10 +142,16 @@ PIP_SOURCES = {
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
"cuda-13.0": PipSource(
|
||||
name="cuda-13.0",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu130",
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
# NOTE: Sync with ROCM_ARCHES in .github/scripts/generate_binary_build_matrix.py
|
||||
"rocm-6.3": PipSource(
|
||||
name="rocm-6.3",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/rocm6.3",
|
||||
"rocm-6.4": PipSource(
|
||||
name="rocm-6.4",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/rocm6.4",
|
||||
supported_platforms={"Linux"},
|
||||
accelerator="rocm",
|
||||
),
|
||||
|
Reference in New Issue
Block a user