Skip to content

v20240821-203158

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 20:33
· 431 commits to main since this release
0f0abc8
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]>