We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b639eb0 commit cb82a72Copy full SHA for cb82a72
build_aarch64_wheel.py
@@ -284,6 +284,7 @@ def build_torchvision(host: RemoteHost, *,
284
"v1.10.2": ("0.11.3", "rc1"),
285
"v1.11.0": ("0.12.0", "rc1"),
286
"v1.12.0": ("0.13.0", "rc4"),
287
+ "v1.12.1": ("0.13.1", "rc6"),
288
})
289
print('Building TorchVision wheel')
290
build_vars = ""
@@ -328,6 +329,7 @@ def build_torchtext(host: RemoteHost, *,
328
329
"v1.10.2": ("0.11.2", "rc1"),
330
331
"v1.12.0": ("0.13.0", "rc2"),
332
+ "v1.12.1": ("0.13.1", "rc5"),
333
334
print('Building TorchText wheel')
335
@@ -367,6 +369,7 @@ def build_torchaudio(host: RemoteHost, *,
367
369
"v1.10.2": ("0.10.2", "rc1"),
368
370
"v1.11.0": ("0.11.0", "rc1"),
371
"v1.12.0": ("0.12.0", "rc3"),
372
+ "v1.12.1": ("0.12.1", "rc5"),
373
374
print('Building TorchAudio wheel')
375
0 commit comments