mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Instead of relying on `TEST_CONFIG` environment variable to contain `aarch64`, which is prone to errors, use output of `$(uname -m)` that is equal to `aarch64` on Linux ARM systems Pull Request resolved: https://github.com/pytorch/pytorch/pull/165676 Approved by: https://github.com/huydhn, https://github.com/atalman ghstack dependencies: #165583, #165584