mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[Easy] Bump CUDA nightly version to 11.8 / 12.4 / 12.6 in nightly pull tool (#143263)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143263 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
78502a58ba
commit
51a7ecde80
@ -122,18 +122,18 @@ PIP_SOURCES = {
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
"cuda-12.1": PipSource(
|
||||
name="cuda-12.1",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu121",
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
"cuda-12.4": PipSource(
|
||||
name="cuda-12.4",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu124",
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
"cuda-12.6": PipSource(
|
||||
name="cuda-12.6",
|
||||
index_url=f"{PYTORCH_NIGHTLY_PIP_INDEX_URL}/cu126",
|
||||
supported_platforms={"Linux", "Windows"},
|
||||
accelerator="cuda",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user