Hacker News new | ask | show | jobs
by nullbyte 247 days ago
Thankfully I think libraries like Pytorch abstract this stuff away. But it seems very convoluted if you're building something from the ground up.
1 comments

Does PyTorch support other acceleration? I thought they just support Metal.
You can convert a PyTorch model to an ONNX model that can use CoreML (or in some cases just convert it to a CoreML model directly)