Skip to content

Commit cb82a72

Browse files
authored
Update aarch64 script to latest one (#1146)
1 parent b639eb0 commit cb82a72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_aarch64_wheel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def build_torchvision(host: RemoteHost, *,
284284
"v1.10.2": ("0.11.3", "rc1"),
285285
"v1.11.0": ("0.12.0", "rc1"),
286286
"v1.12.0": ("0.13.0", "rc4"),
287+
"v1.12.1": ("0.13.1", "rc6"),
287288
})
288289
print('Building TorchVision wheel')
289290
build_vars = ""
@@ -328,6 +329,7 @@ def build_torchtext(host: RemoteHost, *,
328329
"v1.10.2": ("0.11.2", "rc1"),
329330
"v1.11.0": ("0.12.0", "rc1"),
330331
"v1.12.0": ("0.13.0", "rc2"),
332+
"v1.12.1": ("0.13.1", "rc5"),
331333
})
332334
print('Building TorchText wheel')
333335
build_vars = ""
@@ -367,6 +369,7 @@ def build_torchaudio(host: RemoteHost, *,
367369
"v1.10.2": ("0.10.2", "rc1"),
368370
"v1.11.0": ("0.11.0", "rc1"),
369371
"v1.12.0": ("0.12.0", "rc3"),
372+
"v1.12.1": ("0.12.1", "rc5"),
370373
})
371374
print('Building TorchAudio wheel')
372375
build_vars = ""

0 commit comments

Comments
 (0)