File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 123
123
},
124
124
"cuda.x" : {
125
125
"note" : null ,
126
+ "default" : true ,
126
127
"versions" : {
127
128
"Download default libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
128
129
}
129
130
},
130
131
"cuda.y" : {
131
132
"note" : null ,
133
+ "default" : true ,
132
134
"versions" : {
133
135
"Download default libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
134
136
}
135
137
},
136
138
"rocm5.x" : {
137
139
"note" : null ,
140
+ "default" : true ,
138
141
"versions" : {
139
142
"Download default libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip"
140
143
}
322
325
},
323
326
"cuda.x" : {
324
327
"note" : null ,
328
+ "default" : true ,
325
329
"versions" : {
326
330
"Download default libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
327
331
}
328
332
},
329
333
"cuda.y" : {
330
334
"note" : null ,
335
+ "default" : true ,
331
336
"versions" : {
332
337
"Download default libtorch here (ROCm and CUDA are not supported):" : " https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.13.0.zip"
333
338
}
334
339
},
335
340
"rocm5.x" : {
336
341
"note" : " <b>NOTE:</b> ROCm is not available on MacOS" ,
342
+ "default" : true ,
337
343
"versions" : null
338
344
}
339
345
}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class OperatingSystem(Enum):
57
57
CXX11_ABI : "Download here (cxx11 ABI):" ,
58
58
RELEASE : "Download here (Release version):" ,
59
59
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):" ,
61
61
}
62
62
63
63
def load_json_from_basedir (filename : str ):
You can’t perform that action at this time.
0 commit comments