logoalt Hacker News

imtringuedyesterday at 8:46 AM1 replyview on HN

ONNX is horrible for anything that has variable input shapes and that is why nobody uses it for LLMs. It fundamentally is poorly designed for anything that doesn't take a fixed size image.


Replies

zozbot234yesterday at 10:51 AM

ANE itself is also limited to fixed computation "shapes" so I'm not sure how much that would matter practically.