Torchserve M1 support detailed plan #2555
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
good first issue
Good for newcomers
m1
🚀 The feature
Update Jan 31 2024 - we should speed this up
PyTorch on MacOS x86 is being deprecated pytorch/pytorch#114602
Officially support torchserve on M1-M2 mac hardware. A bunch of people have asked for this, if you're interested please either upvote or volunteer to do this work, would be happy to review
We have 6 issues of people asking for M1 support m1
Motivation, pitch
I've seen a bunch of issues asking for this but we haven't managed to prioritize it yet so thought I'd highlight what needs to be done to support this. There's two components to this work, most of this work is parallelizable with the exception of the official release script so feel free to pick up an issue and work on it
Code changes
base_handler.py
Build changes
ts_scripts/install_dependencies.py
installs the right binaries for M1setup.py
works on M1binaries
still work for M1 for both pip and condaofficial-release.yaml
github action we should deprecate pushing regular mac binaries and instead move to using ARM M1 binariescc @agunapal @mreso @malfet
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: