Open
Description
Mac ARM64 has sys req torch
for bioc pkg APL
installed; however, it still fails to build: http://bioconductor.org/checkResults/3.16/bioc-mac-arm64-LATEST/APL/kjohnson-buildsrc.html.
This may be due to torch
requiring a separate package to build on Mac ARM64 (see example https://betterprogramming.pub/how-to-install-pytorch-on-apple-m1-series-512b3ad9bc6). Initial search suggest miniforge (re: conda). However, https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/ suggests that we should be able to torch 1.12.x with Mac ARM64. I can import torch
via the terminal, but it's not building. (Is it a path issue?)