nod-ai / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
1 stars 0 forks source link

Test and improve apple support #12

Closed eppane closed 1 week ago

eppane commented 2 weeks ago

Currently TorchServe has support for Apple GPUs:

docs/apple_silicon_support.md

Action points:

eppane commented 2 weeks ago

Some notes: Metal Performance Shaders (MPS) How to check mps availability? torch.backends — PyTorch 2.5 documentation

https://pytorch.org/docs/stable/_modules/torch/backends/mps.html#is_available torch-mps/TorchMPS-Example1.ipynb at main · psuarezserrato/torch-mps

Accelerated PyTorch training on Mac - Metal - Apple Developer Tensor Attributes — PyTorch 2.5 documentation

jakki-amd commented 1 week ago

Won't fix as not urgent.