pytorch / functorch

functorch is JAX-like composable function transforms for PyTorch.
https://pytorch.org/functorch/
BSD 3-Clause "New" or "Revised" License
1.39k stars 102 forks source link

Fix binaries tag (macos, Python 3.10) #914

Closed zou3519 closed 2 years ago

zou3519 commented 2 years ago

GHA seems to be installing universal2 Python 3.10, which is causing our binary tag to say universal2 when it should be x86_64. This PR attempts to get GHA to install an older version of Python 3.10 (in previous functorch releases we did not have this problem).