Hacker News new | ask | show | jobs
by theturtletalks 1170 days ago
Is there a limit on how big the context size can be?
2 comments

There is a soft limit due to the computation required; the currently used model architectures are quadratic with respect to context size, so if you want ten times larger context size, that's going to need a hundred times more effort.
There’s no theoretical limit