Skip to content

Tune macos installation instructions #1247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2022
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