v20240821-203158
github-actions
released this
21 Aug 20:33
·
431 commits
to main
since this release
fix: Download ARM64 binary (#5577) The lambda runner-binaries-syncer is missing code to actually perform the download for the ARM64 binary despite having the variables in place. This change resolves that issue so that the syncer actually fetches the appropriate binary for ARM64. Closes: pytorch/ci-infra#263 Depends-On: #5569 --------- Signed-off-by: Thanh Ha <[email protected]>