8 ms·
Does every token requires a full model computation?
by sadhorse 2y ago
Does every token requires a full model computation?
- onedognight 2y agoNo, you can cache some of the work you did when processing the previous tokens. This is one of the key optimization ideas designed into the architecture.