Skip to content

Commit 199d49f

Browse files
committed
Tune macos installation instructions
1 parent b55b196 commit 199d49f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

published_versions.json

+6
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,21 @@
123123
},
124124
"cuda.x": {
125125
"note": null,
126+
"default": true,
126127
"versions": {
127128
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
128129
}
129130
},
130131
"cuda.y": {
131132
"note": null,
133+
"default": true,
132134
"versions": {
133135
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
134136
}
135137
},
136138
"rocm5.x": {
137139
"note": null,
140+
"default": true,
138141
"versions": {
139142
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
140143
}
@@ -322,18 +325,21 @@
322325
},
323326
"cuda.x": {
324327
"note": null,
328+
"default": true,
325329
"versions": {
326330
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
327331
}
328332
},
329333
"cuda.y": {
330334
"note": null,
335+
"default": true,
331336
"versions": {
332337
"Download default libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
333338
}
334339
},
335340
"rocm5.x": {
336341
"note": "<b>NOTE:</b> ROCm is not available on MacOS",
342+
"default": true,
337343
"versions": null
338344
}
339345
}

scripts/gen_quick_start_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class OperatingSystem(Enum):
5757
CXX11_ABI: "Download here (cxx11 ABI):",
5858
RELEASE: "Download here (Release version):",
5959
DEBUG: "Download here (Debug version):",
60-
MACOS: "Download default libtorch here (ROCm and CUDA not supported):",
60+
MACOS: "Download default libtorch here (ROCm and CUDA are not supported):",
6161
}
6262

6363
def load_json_from_basedir(filename: str):

0 commit comments

Comments
 (0)