Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions published_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,21 @@
},
"cuda.x": {
"note": null,
"default": true,
"versions": {
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
}
},
"cuda.y": {
"note": null,
"default": true,
"versions": {
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
}
},
"rocm5.x": {
"note": null,
"default": true,
"versions": {
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
}
Expand Down Expand Up @@ -322,18 +325,21 @@
},
"cuda.x": {
"note": null,
"default": true,
"versions": {
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
}
},
"cuda.y": {
"note": null,
"default": true,
"versions": {
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
}
},
"rocm5.x": {
"note": "<b>NOTE:</b> ROCm is not available on MacOS",
"default": true,
"versions": null
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_quick_start_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class OperatingSystem(Enum):
CXX11_ABI: "Download here (cxx11 ABI):",
RELEASE: "Download here (Release version):",
DEBUG: "Download here (Debug version):",
MACOS: "Download default libtorch here (ROCm and CUDA not supported):",
MACOS: "Download default libtorch here (ROCm and CUDA are not supported):",
}

def load_json_from_basedir(filename: str):
Expand Down