File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 }
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 }
Original file line number Diff line number Diff 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
6363def load_json_from_basedir (filename : str ):
You can’t perform that action at this time.
0 commit comments