Hacker News new | ask | show | jobs
by earthnail 1107 days ago
The Neural engine is for inference, not training.
1 comments

There’s no difference between inference and training. Training is simply ~4x more expensive inference.

The submitted article also talks about training models.

There is a difference. We train with large batch sizes these days. The ANE silicon size is tiny and can't do the large matrix multiplications for big LLMs with or without a batch size higher than 1. Meaning that it cannot saturate the RAM bandwidth and that you're better using off the much bigger GPU on the Apple die.